I am having an issue after recompiling the desired Android Package Kit (APK). I decompiled an application to see the source. That worked with no issues. However I did not change any pieces of the code, I just wanted to test if this worked, so I photo shopped the start splash image. Then when I recompiled the source using:
apktool b example1 example1.apk
The message appeared the way it is supposed to. It was checking to see if there were any changes, and it built the apk file fine. However after installing the application to my phone, I get an error that displays: Application not installed, and a button that says "Done". Not sure if I am doing anything wrong, or it is the application itself.