-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
invalid resource directory name: app-debug/res navigation #1978
Comments
TamilanPeriyasamy
changed the title
invalid resource directory name: DoximityX/res navigation
invalid resource directory name: app-debug/res navigation
Jan 9, 2019
Please use aapt2 for rebuilding this application. It contains a new resource that is not compatible with aapt1. You may use You can see from this test resource, that this issue is working on aapt2 - 06aa8db |
Saved me a lot of hassle, thanks @iBotPeaches |
This was referenced Apr 12, 2023
KuhakuPixel
added a commit
to KuhakuPixel/AceTheGame
that referenced
this issue
Oct 10, 2023
Problem: on some newer apk like `Day R Survival`, it probably use aapt2 to build and will throw `invalid resource directory name: app-debug/res navigation` during the rebuild if use `aapt1` (the current default) Solution: add `--use-aapt2` during rebuild iBotPeaches/Apktool#1978
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Information
apktool -version
) - 2.3.4Stacktrace/Logcat
Steps to Reproduce
apktool d app-debug.apk
apktool b app-debug
APK
If this APK can be freely shared, please upload/attach a link to it.
app-debug.apk.zip
Questions to ask before submission
apktool d
,apktool b
without changing anything? yesThe text was updated successfully, but these errors were encountered: