Hi,
I am trying to change the package name of an app created in ai.
I have followed taifun's guide (
http://puravidaapps.com/packagename.php) except that I am using apkstudio 3. However, I cannot get anything to work. Even if I recompile without making changes the resultant apk will not install.
The app straight from ai and installs OK
I decompiled and recompiled the app without making changes. The resultant apk will not install.
The recompiled apk will not load in appToMarket 4 either.
1. use apkstudio 3 to decompiler the apk
2. use apk studio 3 to recompiler the apk
3. copy the new apk to an Android device
4. install the app with Android Package intsaller.
5. I get the permissions window and click install
6. I get the error message "App not installed"
I then tried using apktool directly to decompile and recompile the app and get the same result.
Any help or suggestions would be appreciated.