I searched all internet web sites to fix this error, but I couldn\'t. I just want to create AlertDialog with two button Yes and No.
This is my code:
impo
Try adding following to your proguard-rules:
-keep public class com.google.android.gms.**
-keep class android.support.v7.** { *; }
-keep interface android.support.v7.** { *; }
-dontwarn com.google.android.gms.**
If you are using
com.google.android.gms:play-services-ads:8.1.0
Have a look at Google Issue 190237