[android-developers] How to run CameraTests on Android?

2010-05-27 Thread sachinikam
I have built CameraTests present in packages/apps/Camera/tests and installed CameraTests.apk on device. From adb shell tried running below command: adb shell am instrument -w com.android.camera.tests/ com.android.camera.CameraStressTestRunner Got the following error:-

Re: [android-developers] How to run CameraTests on Android?

2010-05-27 Thread Sachin Nikam
Nothing from command line. On Device goto DevTools-Instrumentation. There is a Tests for Camera Application. Click on that it will start what it has to do :) On Thu, May 27, 2010 at 5:28 PM, sachinikam sachini...@gmail.com wrote: I have built CameraTests present in