-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update Android NDK - Take 2 #5123
Comments
Thanks for the information! |
@Fintasys Can you tell us more about your app? Specifically which version of the SDK are you using? |
@bleege sure, I work with the Mapbox SDK 4.1.0-SNAPSHOT. It's at the moment only the map and I tested it on Android 5.1.1. If you need more specific information, let me know. |
Thanks for the specifics about what version of the SDK the app is using. Yep, the latest SNAPSHOT was built using the new (and now reverted) NDK. We tried releasing a new SNAPSHOT this afternoon but ran into another issue in #5126 that is currently preventing us from releasing a new version. We hope to have this resolved ASAP and have a new working SNAPSHOT available. |
@Fintasys FYI... I just published a new |
For more back story on the current process and timing --> #5126 (comment) |
@kkaefer we should probably update to NDK 12 that was just released. See https://code.google.com/p/android/issues/detail?id=212637#c2 for details. It could potentially remove some hacks we have on the code. The NDK download website was not updated yet (as of now) but the download link works: |
Good catch @tmpsantos on NDK 12. Google's been pushing it via Android Studio automatic updates for the past week (no direct download). |
Related ticket is #5521 |
Now that Mapbox Android 4.1.0 has been released ( #5510 ) we'll need to update the NDK in order to get the nightly SNAPSHOTS building again (either that or revert the |
We tried to update the NDK to the latest version (11c) in #5092 but ultimately had to rollback ( 6abd3d7 ) as it crashed the TestApp at runtime ( #5108 ). Let's try to update again after
Android 4.1.0 FINAL
ships./cc @mapbox/mobile @kkaefer @jfirebaugh @tmpsantos @brunoabinader
The text was updated successfully, but these errors were encountered: