GoogleApiManager Error in Logcat
Hi,
I keep getting this error after I login to my app in the logcat. The app is not crashing so I’ve been ignoring it for now, but I think I have to get rid of this error. I made sure my Google Play Services is up to date, my JSON matches everything in the FirebaseConsole for my project, I also added an SHA-1 key after doing a bit of research. But no matter what I do the error is still there. I also noticed that a little after the GoogleApiManager, I get a CondFlagRegister warning.
GoogleApiManager:
Failed to get service from broker.
java.lang.SecurityException: Unknown calling package name ‘com.google.android.gms’.
at android.os.Parcel.createExceptionOrNull
java.lang.SecurityException: Unknown calling package name ‘com.google.android.gms’.
at android.os.Parcel.createExceptionOrNull
CondFlagRegister:
Failed to register com.google.android.gms.providerinstaller#com.google.android.gms
euqe: 17: 17: API: Phenotype.API is not available on this device. Connection failed with: ConnectionResult{statusCode=DEVELOPER_ERROR, resolution=null, message=null}
euqe: 17: 17: API: Phenotype.API is not available on this device. Connection failed with: ConnectionResult{statusCode=DEVELOPER_ERROR, resolution=null, message=null}
Read more here: Source link