Skip to content
New issue

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

No support for MultiDex apps #89

Open
Techbrunch opened this issue Mar 27, 2019 · 1 comment
Open

No support for MultiDex apps #89

Techbrunch opened this issue Mar 27, 2019 · 1 comment

Comments

@Techbrunch
Copy link

Techbrunch commented Mar 27, 2019

apk_builder won't be able to find the launchable activity if the apps has MultiDex support since there might be multiple smalli folders.

In my case it was in the folder smali_classes2.

~/Documents/github/appmon/apk_builder ✖ tree /tmp/appmon_apk/com.xxx.xxx/ -L 1
/tmp/appmon_apk/com.xxx.xxx/
├── AndroidManifest.xml
├── apktool.yml
├── assets
├── build
├── kotlin
├── lib
├── original
├── res
├── smali
├── smali_classes2
├── smali_classes3
├── smali_classes4
└── unknown

More info:

@dpnishant
Copy link
Owner

Yes. That's a missing feature. Would you like to care for a PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants