Assigned
Status Update
Comments
ca...@google.com <ca...@google.com>
ca...@google.com <ca...@google.com> #2
i am using these dependencies for the map
// Maps SDK for Android KTX Library implementation 'com.google.maps.android:maps-ktx:3.0.0'
// Maps SDK for Android Utility Library KTX Library
implementation 'com.google.maps.android:maps-utils-ktx:3.0.0'
implementation 'com.google.android.gms:play-services-base:18.5.0' implementation 'com.google.android.gms:play-services-basement:18.5.0' implementation 'com.google.android.gms:play-services-maps:19.0.0'
and also getting some map sdk error as well dab File created: google_maps_sdk_crash dab File created: _google_maps_sdk_crash_count_1 dab Couldn't create marker: google_maps_sdk_crash dab File created: _google_maps_sdk_crash_count_2 dab Marker deleted: _google_maps_sdk_crash_count_1
Description
#IMPORTANT: If your production system or service is down file a Severity 1 support case at console.cloud.google.com/google/maps-apis/support
===========================================================================================
I'm encountering a java.lang.SecurityException while using Google Play Services APIs. The error occurs when attempting to communicate with Google APIs, and the logs indicate an "Unknown calling package name 'com.google.android.gms'" error.
This issue is affecting my app’s functionality, preventing successful API requests. The problem occurs inconsistently across different devices.
Install the app on an Android device. Trigger the functionality that interacts with Google Play Services (e.g., Maps API, Location API, or Firebase). Observe the crash with SecurityException in the log
Also add the following details:
java.lang.SecurityException: Unknown calling package name 'com.google.android.gms'. at android.os.Parcel.createExceptionOrNull(Parcel.java:3057) at android.os.Parcel.createException(Parcel.java:3041) at android.os.Parcel.readException(Parcel.java:3024) at com.google.android.gms.common.internal.IGmsServiceBroker$Stub.zza(Unknown Source:20) at com.google.android.gms.common.internal.BaseGmsClient.getService(Unknown Source:90) at com.google.android.gms.common.api.internal.GoogleApiManager.getService(GoogleApiManager.java:350)