After some updates in the Android SDK manager, I will try to make a signed apk and get the following:
ProGuard: [] Warning: com.google.android.gms.auth.GoogleAuthUtil: can't find referenced class com.google.android.gms.R ProGuard: [] Warning: com.google.android.gms.auth.GoogleAuthUtil: can't find referenced class com.google.android.gms.R$string ... etc.
If set -dontwarn com.google.android.gms.** compilation is fine. But after starting, I get an error for many reports like this (from many devices):
Caused by: android.view.InflateException: Binary XML file line #32: Error inflating class com.google.android.gms.common.SignInButton
Everything is fine on my devices. Before updating, I have no ProGuard warnings, and everything works fine. How to fix it?
android google-play-services proguard
Bred P. Sep 05 '13 at 22:25 2013-09-05 22:25
source share