作为 Google Play Servies 8.3.0 的一部分,我从 Google+ 登录切换到新的Google 登录,并得到了:
BadParcelableException: Parcelable protocol requires a Parcelable.Creator object called CREATOR on class com.google.android.gms.auth.TokenDat
在:
GoogleAuthUtil.getToken(getApplicationContext(), email, scopes);
如何防止 BadParcelableException?