dpnishant/appmon

No support for MultiDex apps

Offen

#89 geöffnet am 27.03.2019

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (280 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (1.630 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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:

Contributor Guide