You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since updating to gradle:2.2.0, all my builds have unaligned added to the file name. I've done some digging and gradle:2.2.0 no longer produces the unaligned build. Also, I've ran the zipalign tool on the build output to check if it is aligned, and the tool confirmed that the build is in fact aligned. Finally, removing versionPlugin produced a normal release build, without the unaligned suffix.
Since updating to
gradle:2.2.0
, all my builds haveunaligned
added to the file name. I've done some digging andgradle:2.2.0
no longer produces theunaligned
build. Also, I've ran thezipalign
tool on the build output to check if it is aligned, and the tool confirmed that the build is in fact aligned. Finally, removingversionPlugin
produced a normal release build, without theunaligned
suffix.I think it might be because
zipAlignEnabled
no longer returns true. http://stackoverflow.com/questions/39591278/android-studio-2-2-update-aligned-apk-zipalign-not-generated-using-the-new-grThe text was updated successfully, but these errors were encountered: