Status Update
Comments
iv...@google.com <iv...@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
dn...@gmail.com <dn...@gmail.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.
dn...@gmail.com <dn...@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
dn...@gmail.com <dn...@gmail.com> #5
Dear,
Can I get some kind of answer regarding the above problem. Thank you.
is...@google.com <is...@google.com>
ra...@google.com <ra...@google.com>
dn...@gmail.com <dn...@gmail.com> #6
Dear,
Can I get some kind of answer regarding the above problem. Thank you.
Description
Dear,
I'm experiencing an issue displaying the map on a device running Android 8.0. When I run the app, it displays a grey map, it doesn't render properly. On all other versions of Android (8.1, 9, 10, etc.), and with the versions of the Maps SDK library already mentioned below, the map is displayed correctly.
The part of the code we use:
We are using the following versions of the Maps SDK client library:
We use the Maps renderer Legacy.
The device on which the problem was detected: Galaxy Nexus Google Play services version: 20.24.14 (040400-319035315) Android 8.0
Attached is a screenshot for version 8.0 where it doesn't work, and version 8.1 where the map display works.