Search code examples
androidandroid-activityadb

Start application on phone from ADB


i want to start an application on the phone through adb tools. I follow this thread [Link]

[1]: How to start an application using android ADB tools? but, for example if i want to start the Angry Bird game how do i can discover the MAIN activity of package?

Thanks a lot.


Solution

  • If you install the app AppXplore from Google Play, you can inspect your installed applications and learn the package name and the Activities in the APK.

    I've verified it just now and it worked by starting Adobe Reader from adb shell:

    am start -n com.adobe.reader/com.adobe.reader.AdobeReader