mapbox / mapbox-plugins-android

Mapbox Android Plugins are a collection of libraries that extend our other SDKs, helping you design powerful mapping features while the plugins handle most of the heavy lifting.
https://www.mapbox.com/android-docs/plugins/overview/
BSD 2-Clause "Simplified" License
241 stars 119 forks source link

Mapbox places plugin does not work with android version 11, API 30. #1188

Open yeo-yiheng opened 3 years ago

yeo-yiheng commented 3 years ago

Implementing the mapbox places plugin v9: 0.12.0 causes a Java Pending Exception and a crash when entering the map activity. Dropping SDK to 26 - 29 allows my entire program to run fine but as soon as the phone or emulator is API 30, it crashes with the same Java Pending Exception.