Assigned
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
Description
The Google Maps SDK for Android works correctly across all tested devices except the Galaxy Tab Active3 (gtactive3) running Android 13. The app is built using Flutter with the google_maps_flutter plugin. Despite correct configurations, the map fails to render on this specific device, and the following error appears in the logs:
D/nativeloader(31408): Load /data/user_de/0/com.google.android.gms/app_chimera/m/0000000b/dl-MapsCoreDynamite.integ_231112103100400.apk!/lib/arm64-v8a/libgmm-jni.so using isolated ns clns-7 (caller=/data/user_de/0/com.google.android.gms/app_chimera/m/0000000b/dl-MapsCoreDynamite.integ_231112103100400.apk): ok I/DynamiteModule(31408): Selected remote version of com.google.android.gms.maps_core_dynamite, version >= 231112103 W/ziparchive(31408): Unable to open '/data/user_de/0/com.google.android.gms/app_chimera/m/0000000b/dl-MapsCoreDynamite.integ_231112103100400.dm': No such file or directory I/SnapshotHandler(31408): Unable to retrieve flag snapshot for com.google.android.gms.maps#com.construction_application, using defaults.
The issue seems to be specific to this device model and OS version.
Steps to reproduce the problem: 1. Build a Flutter app using the google_maps_flutter plugin (version 2.10.0). 2. Deploy the app to a Galaxy Tab Active3 running Android 13. 3. Attempt to render a map in the app.
Expected behavior: The map should render successfully as it does on other devices.
Observed behavior: The map does not render, and the mentioned errors are logged.
Technical details: • Flutter plugin version: google_maps_flutter: ^2.10.0 • Android dependencies: • com.google.android.gms:play-services-maps:19.0.0 • com.google.android.gms:play-services-location:21.3.0 • Kotlin version: 1.8.21 • Maps renderer: Latest • Devices verified: • Working devices: Multiple (e.g., Pixel, Samsung Galaxy). • Non-working device: Galaxy Tab Active3 (gtactive3) running Android 13. • Google Play Services version on the non-working device: 231613044 • Was this working on previous versions? Not applicable; this is a first-time implementation for this specific device.
Attachments: • Minimal reproduction project: [Provide a link to a repository hosting a simple Flutter app demonstrating the issue] • Screenshots: [Attach screenshots if applicable] • APK: [Optional]
Please let me know if additional details or configurations are needed to resolve this issue.