dpnishant / appmon

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

No support for MultiDex apps #89

Open Techbrunch opened 5 years ago

Techbrunch commented 5 years ago

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 commented 5 years ago

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