I am new to Android. I am trying to launch the camera app thru adb. Can some one help me on this.
Here is my apk:
package:/system/app/Camera.apk=com.android.camera
I am using this cmd in my adb: am start -n com.android.camera/.Camera
It gives me the error:
Starting: Intent { cmp=com.android.camera/.Camera }
Error type 3
Error:
Activity class {com.android.camera/com.android.camera.Camera} does not ex
ist.
Can some one help
Try `
From: How can I run android camera application from adb shell?