mapbox / mapbox-maps-android

Interactive, thoroughly customizable maps in native Android powered by vector tiles and OpenGL.
https://www.mapbox.com/mobile-maps-sdk
Other
468 stars 131 forks source link

Library crash for Android 15 #2489

Open longquangpham90 opened 1 week ago

longquangpham90 commented 1 week ago

Environment

Observed behavior and steps to reproduce

MapboxOptions.accessToken = getString(R.string.mapbox_access_token)

Screenshot 2024-09-27 at 16 01 05

For the Android 14. It's that work good But Android 15, my application is crash I can not setup work for android 15 Pls help me check This is my example code

Screenshot 2024-09-27 at 15 54 10 Screenshot 2024-09-27 at 15 55 20 Screenshot 2024-09-27 at 15 59 16

Expected behavior

No crash.

Notes / preliminary analysis

Additional links and references

longquangpham90 commented 1 day ago

Okay I've update version SDK emulator it worked Thanks!