Time to try https://github.com/mapbox/mapbox-gl-native/pull/2033 again and use OkHTTP instead of curl for Android. Previous blocker for this was https://github.com/mapbox/mapbox-gl-native/issues/2400 which has not been looked at for a while. Things that might have fixed that crash: - updating libuv - https://github.com/mapbox/mapbox-gl-native/pull/2609 - refactor in the core GL HTTP code - https://github.com/mapbox/mapbox-gl-native/pull/2617 OkHTTP will be an enabler for offline support. /cc @bleege @tobrun
Time to try #2033 again and use OkHTTP instead of curl for Android.
Previous blocker for this was #2400 which has not been looked at for a while.
Things that might have fixed that crash:
OkHTTP will be an enabler for offline support.
/cc @bleege @tobrun