dpnishant / appmon

Documentation:
http://dpnishant.github.io/appmon
Apache License 2.0
1.55k stars 275 forks source link

No launchable activity found #96

Open agustinkassis opened 4 years ago

agustinkassis commented 4 years ago

Im trying the APK_BUILDER but getting: No launchable activity found apk_builder.py --apk com.app.test.apk

It looks like the Apk manifest doesnt have "launchable-activity: name=" on it.

agustinkassis commented 4 years ago

You should look for activity-alias in Manifest.xml

https://github.com/sensepost/objection/blob/af4e00610331e233420582198a3c7e6594426a5f/objection/utils/patchers/android.py#L299-L306

dpnishant commented 4 years ago

Would you care to send a PR? :)

alidhkh commented 4 years ago

same issue here