-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Android N Crash after downloading map #6752
Comments
Hey there, thanks for reaching out and reporting this. I wasn't able to reproduce this crash on a Nexus 5x running Nougat and the code found in the demo app, |
DIfference between my project and example: — Downloading map in Service, in AsyncTask (method name
— Do not show map as View, only call:
in Application class, onCreate method. To be more precise, error occurs during the download. If error still not reproduce i create demo project with my logic, just say. |
@cammace it is very important, do you reproduce this crash? |
Looking over this again, the original crash report you posted, doesn't seem to mention Mapbox anywhere, could you confirm that this is an issue with the SDK and not the service/async task. A demo project would be helpful, you shouldn't need to place the offline downloading code inside a service or worry about doing it asynchronously, we already handle this for you. |
Please reach out either through Stack Overflow or through our contact page if you have any questions. Closing |
Platform: Android 7.0
Mapbox SDK version:4.2.0-beta.3 (same on stable)
Steps to trigger behavior
Logs:
The text was updated successfully, but these errors were encountered: