mapbox-vision-android
mapbox-vision-android copied to clipboard
I've gotten the examples to build and install on a physical device, using JDK 11 and Gradle 5.6.4. However, all of the Example apps immediately crash on launch with a...
FATAL EXCEPTION: main Process: com.hornblower.statuecruises, PID: 16525 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.hornblower.statuecruises/com.hornblower.activity.ArActivityKt}: java.lang.IllegalArgumentException: com.hornblower.statuecruises: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified...
Application getting crashed when I try to exclude some Mapbox-core packages in order to resolve duplicate classes issue. build.gradle // Maps Navigation dependencies implementation "com.mapbox.navigation:ui-dropin:2.11.0" implementation "com.mapbox.navigation:android:2.11.0" implementation "com.mapbox.mapboxsdk:mapbox-android-navigation:0.42.6", {...
Want to integrate Both Vision and navigation sdk in a single Application. Getting duplicate classes error while adding all dependencies in a single project. build.gradle file is : // Maps...
Getting below error, when i try to launch application in Android 13 device, i'm adding more logs for your reference. Thanks Logs ----- 2023-04-05 12:48:25.230 18574-20643/comte.mapboxsampleapp E/MapboxTelemetry: java.lang.NoClassDefFoundError: Failed resolution...
:wave: Hey there! It's [Changebot](https://github.com/mapbox/changebot), and I help repositories follow our [engineering](https://github.com/mapbox/engineering) best practices. My magic wand found some things I wanted to highlight for your review: Item | Current...
Enable CodeQL
I have a Samsung Galaxy Tab S6 Lite. I was able to get the MapBox Vision SDK working on this tablet with Android 11. However after updating the tablet to...
After continuous attempts, I figured out how to intent. https://ssivakumar.medium.com/ar-navigation-d0e0ad406207 I followed the information above and now I get this error. logcat "E/Vision-Camera2: Sensor orientation 0 is not supported". "E/Vision-Camera2:...