Yes, as I stated above you can downgrade your gradle plugin from build.gradle without downgrading Android Studio and thus you'll be able to build zipaligned APKs.
"n build.gradle I changed gradle plugin version from classpath 'com.android.tools.build:gradle:2.2.0-alpha3' to classpath 'com.android.tools.build:gradle:2.1.2' Rebuild, sign, upload - no more zipalign errors." (from http://stackoverflow.com/questions/37783751/android-apk-not-zip-aligned-when-uploading-to-google-play/37786864#37786864) Regards Il giorno mercoledì 15 giugno 2016 11:19:32 UTC+2, Sun Light ha scritto: > > I tried to: > - zipalign once, not working, still same problem. > - zipalign twice, not working - You uploaded an APK with invalid or > missing signing information for some of its files. You need to create a > valid signed APK. > - reinstall Android Studio to last stable version include SDK - still same > problem > Any other idea what I can do? > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/a5830e6c-f8e0-4baa-9cfa-07f516222c69%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

