You uploaded an APK that is not zip aligned.
Already uploaded an app to Google play created in Flash CS6 with no errors. Now I get this and the only solutions I have found are for using Eclipse.
What do I do to resolve this?
I'm on a mac.
Already uploaded an app to Google play created in Flash CS6 with no errors. Now I get this and the only solutions I have found are for using Eclipse.
What do I do to resolve this?
I'm on a mac.
You can get the command to work by dragging the zipalign file into the terminal window. That gives the full path to the command. Then type in the parameters, followed by the path to the api file.
One thing that had me confused was the , but what it wants is 4.
So, for my case, of verifying an apk called 'an.apk', that was in the current folder, the verify line looked like this:
/Users/colin/Documents/android-sdk-macosx/tools/zipalign -c -v 4 an.apk
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.