-
-
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
[BUG] apktool b fails #3691
Labels
Comments
This happened to me when I had /tmp folder mounted with noexec flag. Is this the case for you as well? After I remounted the dir without the flag it worked. I Hope this helps. |
I guess it's a different issue |
May I get an output of |
|
Can still reproduce the bug with apktool 2.10.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Information
Apktool Version (
apktool -version
) -Operating System (Mac, Linux, Windows) -
Arch Linux
APK From? (Playstore, ROM, Other) -
https://storage.googleapis.com/hextree_prod_image_uploads/media/uploads/reverse-android-apps/io.hextree.reversingexample.apk
Java Version (
java --version
) -Stacktrace/Logcat
Steps to Reproduce
wget https://storage.googleapis.com/hextree_prod_image_uploads/media/uploads/reverse-android-apps/io.hextree.reversingexample.apk
apktool d io.hextree.reversingexample.apk
cd io.hextree.reversingexample.apk
apktool b
Frameworks
Not from a framework.
APK
Added above
Questions to ask before submission
Have you tried
apktool d
,apktool b
without changing anything?Yes
If you are trying to install a modified apk, did you resign it?
I'm not trying that
Are you using the latest apktool version?
Yes
The text was updated successfully, but these errors were encountered: