Closed ravener closed 2 years ago
I just tried with another package https://github.com/rendiix/termux-apktool
This one worked fine, I'm not sure how to react now, that one uses a more recent version 2.6.2-SNAPSHOT
so the issue might've already been fixed or the bug is related to how Termux's official repositories packaged it.
This says its "dirty" and then suggests its running on Android. Neither of which is really supported.
I know that error I patched it in these aapts. https://github.com/iBotPeaches/platform_frameworks_base/commits/master
So I am closing for not being an official release nor a supported platform.
Information
apktool -version
) -2.6.1-dirty
Stacktrace/Logcat
Steps to Reproduce
apktool b -o game.apk somedirectory
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.
APK is from https://github.com/love2d/love-android/releases/download/11.4/love-11.4-android-embed.apk
Simply decoding and rebuilding the apk should be able to reproduce the bug I believe.
Questions to ask before submission
apktool d
,apktool b
without changing anything? I barely changed anything, All I did was add anassets
folder.