Closed llg94th closed 2 years ago
➜ 2854 apktool d 2854.apk
Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true
I: Using Apktool 2.6.2-6c94ca-SNAPSHOT on 2854.apk
I: Loading resource table...
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: /home/ibotpeaches/.local/share/apktool/framework/1.apk
I: Skipping staged alias stagedId (1fe0000) finalId: 1020055
I: Skipping staged alias stagedId (1fe0001) finalId: 1020056
I: Skipping staged alias stagedId (1fe0002) finalId: 1020057
I: Skipping staged alias stagedId (1ff0000) finalId: 101064c
I: Regular manifest package...
I: Decoding file-resources...
W: Cant find 9patch chunk in file: "drawable-xhdpi-v4/chatfrom_pic_normal.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-ldrtl-xhdpi-v4/chatto_normal.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable/btn_country_pressed.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-xhdpi-v4/chatto_pic_normal.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-xhdpi-v4/icon_tuwen_top2.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-xhdpi-v4/chatto_normal.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-ldrtl-xhdpi-v4/chatfrom_normal.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-xhdpi-v4/chatfrom_pic_press.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-xhdpi-v4/chatto_pic_press.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-xhdpi-v4/chatto_press.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-xhdpi-v4/chatfrom_normal.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-ldrtl-xhdpi-v4/chatto_press.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-ldrtl-xhdpi-v4/chatfrom_press.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable/btn_country.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-xhdpi-v4/chatfrom_press.9.png". Renaming it to *.png.
I: Decoding values */* XMLs...
I: Baksmaling classes.dex...
I: Copying assets and libs...
I: Copying unknown files...
I: Copying original files...
➜ 2854 apktool b 2854 --use-aapt2 -d
Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true
I: Using Apktool 2.6.2-6c94ca-SNAPSHOT
I: Checking whether sources has changed...
I: Smaling smali folder into classes.dex...
I: Checking whether resources has changed...
I: Building resources...
I: Using aapt2 - setting 'debuggable' attribute to 'true' in AndroidManifest.xml
I: Copying libs... (/lib)
I: Building apk file...
I: Copying unknown files/dir...
I: Built apk...
➜ 2854 aapt d xmltree 2854/dist/2854.apk| grep 'debuggable'
ERROR: no dump xmltree resource file specified
➜ 2854 aapt d xmltree 2854/dist/2854.apk AndroidManifest.xml| grep 'debuggable'
A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff
➜ 2854
Not seeing an issue here.
@iBotPeaches Do you have try install the APK that was built. I have try to install it on LD Player or Emulator of Android SDK but can not install
Information
apktool -version
) - 2.6.1Stacktrace/Logcat
Steps to Reproduce
apktool d bigolite.apk
-> Cant find 9patch chunk in fileapktool b bigolite -d
-> apk can not installapktool b bigolite -d
-> apk with Androidmanifest.xml without debuggale=trueHow i can enable debugging for it? And still update apktool for this?
Frameworks
If this APK is from an OEM ROM (Samsung, HTC, LG). Please attach framework files (
.apks
that live in/system/framework
or/system/priv-app
)APK
If this APK can be freely shared, please upload/attach a link to it. https://apkcombo.com/vi/bigo-live-lite-live-stream/sg.bigo.live.lite/download/phone-1.5.1-apk
Questions to ask before submission
apktool d
,apktool b
without changing anything? yes