dpnishant/appmon

No support for MultiDex apps

開放

#89 建立於 2019年3月27日

 (1 則留言) (0 個反應) (0 位負責人)JavaScript (280 個分叉)batch import
enhancementhelp wanted

倉庫指標

星標
 (1,630 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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:

貢獻者指南