• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Help with apkmulti tool

KageBeast

Android Expert
Well for one i've been using this for a while but not it's gotten to the point where i cant compile anything! I can decompile easily but when i try to compile something it says "the specified file cannot be located". Any help?
 
Well for one i've been using this for a while but not it's gotten to the point where i cant compile anything! I can decompile easily but when i try to compile something it says "the specified file cannot be located". Any help?

What file is giving the warning/error?
 
I use apktool (linux version) big key in using any apk decompiler/compiler is using the framework-res.apk (what everything else is compiled to references too) from the rom you are working with. For apktool it would be:

Code:
apktool if framework-res.apk

That being if you copy it to you apktool folder, otherwise you would need to use the path to said framework-res.apk

other tools should be similar. ;)
 
I use apktool (linux version) big key in using any apk decompiler/compiler is using the framework-res.apk (what everything else is compiled to references too) from the rom you are working with. For apktool it would be:

Code:
apktool if framework-res.apk

That being if you copy it to you apktool folder, otherwise you would need to use the path to said framework-res.apk

other tools should be similar. ;)

Well i made sure to set the framework before even decompiling so i know that's good. I'll try again and post some of the errors i get. At first I wasn't checking the log at all so i didn't know what i was doing wrong.
 
Well i made sure to set the framework before even decompiling so i know that's good. I'll try again and post some of the errors i get. At first I wasn't checking the log at all so i didn't know what i was doing wrong.
Try to decompile and recompile w/o any changes, if that works, then its most likely bad coding ;)
 
Try to decompile and recompile w/o any changes, if that works, then its most likely bad coding ;)

Yeah it was because when i didn't change anything that worked. And when i looked at the log the xmls i edited we're trying to find things that weren't there so i had to rename some things.
 
Back
Top Bottom