Status Update
Comments
ca...@google.com <ca...@google.com>
ca...@google.com <ca...@google.com> #2
Thank you for posting.
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.
-
If the problem exhibits itself in a released version of your app on the Play Store, optionally link us to the app, and explain how to reproduce the issue in your app.
-
Complete stacktrace when the issue occurs
br...@google.com <br...@google.com> #3
#1: Navigation SDK bundles Maps SDK, so if you include both SDKs in your app you will get an error about duplicate classes as above.
When you use Navigation SDK, you have to exclude Maps SDK in your configuration. See
When using Navigation SDK, we encourage using NavigationView or SupportNavigationFragment exclusively where possible, even for use cases of just showing a map and not navigating. However, if you have an existing code that uses MapView or SupportMapFragment, Navigation SDK also has these classes to ease your migration to NavigationView or SupportNavigationFragment. We have some sample codes for this; see our documentation at
And a note about React Native: there is a React Native plugin for Navigation SDK; see
Description
Hey guys I noticed a crash caused by
com.google.android.libraries.navigation:navigation
library starting at version 5.5.0 a few crashes are happening because ofI have attached the full stack trace