We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Im trying the APK_BUILDER but getting: No launchable activity found apk_builder.py --apk com.app.test.apk
No launchable activity found
It looks like the Apk manifest doesnt have "launchable-activity: name=" on it.
The text was updated successfully, but these errors were encountered:
You should look for activity-alias in Manifest.xml
https://github.com/sensepost/objection/blob/af4e00610331e233420582198a3c7e6594426a5f/objection/utils/patchers/android.py#L299-L306
Sorry, something went wrong.
Would you care to send a PR? :)
same issue here
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: