Closed RobertRBT closed 3 years ago
This looks allot like a duplicate of the https://github.com/iBotPeaches/Apktool/issues/2019 issue to me...
~Ibuprophen
This looks allot like a duplicate of the #2019 issue to me...
~Ibuprophen
That issue is closed for some reason. Here the stacktrace is from an official release.
This looks allot like a duplicate of the #2019 issue to me...
~Ibuprophen
Don't you think #2019 is allot like a duplicate of this issue?
This issue still exists on 2.4.0
. How important is it?
Still actual
None of these are valid 9patches. I'm looking at them now, so they will continue to throw warnings. Nothing we can do. They say they are 9patches, but aren't.
There is no bug here.
Is that because they are ".9" for stupid version 9 of old compatibility tool ? then renaming to anything else will fix. Because it does break the Android Studio Tools gradle build.
Is that because they are ".9" for stupid version 9 of old compatibility tool ? then renaming to anything else will fix. Because it does break the Android Studio Tools gradle build.
Never mind, I copied a working file from this, its probably not important either way, I only want the thing to recompile. https://chromium.googlesource.com/android_tools/+/b3b75e0951a2fcb8380d5f74144ec34a654ce6b2/sdk/platforms/android-19/data/res
How to solve it? I also encountered this problem; W: Cant find 9patch chunk in file: "bbx.9.png". Renaming it to .png. W: Cant find 9patch chunk in file: "Ttf.9.png". Renaming it to .png. W: Cant find 9patch chunk in file: "pYC.9.png". Renaming it to .png. W: Cant find 9patch chunk in file: "be9.9.png". Renaming it to .png. W: Cant find 9patch chunk in file: "j1Q.9.png". Renaming it to .png. W: Cant find 9patch chunk in file: "LbA.9.png". Renaming it to .png. W: Cant find 9patch chunk in file: "jYV.9.png". Renaming it to .png. W: Cant find 9patch chunk in file: "o_p.9.png". Renaming it to .png. W: Cant find 9patch chunk in file: "csO.9.png". Renaming it to .png. W: Cant find 9patch chunk in file: "qCK.9.png". Renaming it to .png. W: Cant find 9patch chunk in file: "MaR.9.png". Renaming it to .png. W: Cant find 9patch chunk in file: "G96.9.png". Renaming it to .png. W: Cant find 9patch chunk in file: "oR7.9.png". Renaming it to .png. W: Cant find 9patch chunk in file: "8hc.9.png". Renaming it to .png. W: Cant find 9patch chunk in file: "Eni.9.png". Renaming it to *.png.
Information
apktool -version
) -2.3.4Stacktrace/Logcat.
Steps to Reproduce
apktool d nova_6.0-beta14-59915.apk
apktool b nova_6.0-beta14-59915
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://www.apkmirror.com/apk/teslacoil-software/nova-launcher/nova-launcher-6-0-beta14-release/nova-launcher-6-0-beta14-android-apk-download/
Questions to ask before submission
apktool d
,apktool b
without changing anything? Yes