dpnishant/appmon

No support for MultiDex apps

Aperta

#89 aperta il 27 mar 2019

 (1 commento) (0 reazioni) (0 assegnatari)JavaScript (280 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (1630 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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:

Guida contributor