can’t generate signed APK from Android studio “Execution failed for task ‘:packageRelease'”

Just add to the project’s proguard-rules:

-keep public class com.google.android.gms.**
-dontwarn com.google.android.gms.**

Leave a Comment