Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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?
apktool if framework-res.apk

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.![]()
Try to decompile and recompile w/o any changes, if that works, then its most likely bad codingWell 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![]()
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.
