Status Update
Comments
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
ra...@google.com <ra...@google.com> #3
Thank you for posting.
We are currently looking into this and will get back to you as soon as we have an update.
wa...@gmail.com <wa...@gmail.com> #4
Thank you for waiting.
We'll need some more details to troubleshoot this issue - please provide the following, in particular steps to reproduce the issue:
-
Put together a simplified reproduction case (
http://sscce.org/ ) and add it to a git hosting provider (e.g. github, bitbucket, etc)? The easiest way to do this might be to fork the Google Maps Android API Samples Repository and modify one of the existing demo activities:https://github.com/googlemaps/android-samples -
List steps to reproduce the problem
- Maps SDK client library version (used to build your app):
- Maps renderer (Latest or Legacy):
- Devices you have verified this issue on:
- Google Play Services version on the device:
- Android version:
- Manufacturer and model:
- Was this working correctly on a previous version of Google Play Services? (If yes, which client library and SDK version?)
-
Attach the following:
- screenshots
- sample code
- an APK if possible.
-
Complete stacktrace when the issue occurs
Description
Maps SDK client library version: 19.0.0 Google Play Services version: 24.47.38 (260408-705893532) Maps renderer: Latest Firebase reports numerous crashes, but I’m unable to reproduce them. The crash occurs not on the main thread, but on Google Maps’ render thread.
The stack trace is as follows, Fatal Exception: java.lang.IllegalArgumentException: Unmanaged descriptor at com.google.maps.api.android.lib6.common.p.a(:com.google.android.gms.policy_maps_core_dynamite@244125205@244125202025.684868338.684868338:10) at com.google.maps.api.android.lib6.impl.y.a(:com.google.android.gms.policy_maps_core_dynamite@244125205@244125202025.684868338.684868338:17) at com.google.maps.api.android.lib6.impl.et.V(:com.google.android.gms.policy_maps_core_dynamite@244125205@244125202025.684868338.684868338:6) at com.google.maps.api.android.lib6.phoenix.cu.v(:com.google.android.gms.policy_maps_core_dynamite@244125205@244125202025.684868338.684868338:7) at com.google.maps.api.android.lib6.phoenix.cu.d(:com.google.android.gms.policy_maps_core_dynamite@244125205@244125202025.684868338.684868338:162) at com.google.maps.api.android.lib6.impl.ey.run(:com.google.android.gms.policy_maps_core_dynamite@244125205@244125202025.684868338.684868338:13) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) at java.lang.Thread.run(Thread.java:1012)