Replies: 4 comments
-
Apktool dumps some files into tmp for executing aapt. This has issues on systems where execution from tmp is disallowed. You may use https://ibotpeaches.github.io/Apktool/documentation/#rebuild Maybe I'll look into adapting |
Beta Was this translation helpful? Give feedback.
-
isn't a better fix just deleting the remaining temporary files each re-build? or randomizing the temperary file name each build (honestly just guessing what the file is, i havent read any code related to it)? i think you miss understood the problem i was facing. |
Beta Was this translation helpful? Give feedback.
-
this error is caused by residue of *.apktool_temp |
Beta Was this translation helpful? Give feedback.
-
Could you put up a pull request with what you suggest the solution is? I see the |
Beta Was this translation helpful? Give feedback.
-
Information
apktool -version
) - latest onei was trying to build an apk with the normal command "java -jar apktool.jar b name" and i got this exception at the end stage: "java.io.IOException: There is not enough space on the disk", which let me know i didn't have enought space on my disk, i solved the problem and now when i retype "java -jar apktool.jar b name" i get the following error: "Unable to rename temporary file"
the only thing i did to solve this error is to decompile the apk again.
its a small bug but it will be good if it can be solved
Beta Was this translation helpful? Give feedback.
All reactions