-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NDK 2.0.0 fails to installs as part of Android Studio 1.5.1 (Download finished with wrong size) #25
Comments
The ZIP file on disk in |
2.0? What is studio doing? I've let the studio folks know. |
Also note that the old Android SDK Manager does not report that there's an update available for the NDK bundle, contrary to the "Android SDK" pane in Android Studio. This is all very confusing... |
I just tried on a completely new Mac running 10.11.3, installing Android Studio from scratch, then attempting to install NDK 2.0.0, same download error. Finally, it's worth noting that the |
Oh, I'm certain the bug is on our end, not yours :) I'm talking with the studio folks about it right now to narrow down where the problem is.
That's actually #22. Should be fixed tomorrow morning. |
OK! BTW side question, my understanding is that the previous NDK bundled with Android Studio was defaulting to GCC. Is the new one going to default to Clang to follow the NDK recommendations? And if that's not the case, how to do I configure the gradle settings file in Android Studio project to use Clang? Here's my current NDK entry in Gradle's settings file (some lines removed for clarity):
|
So, for the main question here: it's actually that older versions of Android Studio are fed from a different set of data (not all packages are going to be valid for every version of Studio), and that data didn't get updated. People are fixing it now, but if you want an immediate fix, update to a newer version of Android Studio. |
FYI, r11b is now live: http://developer.android.com/ndk/downloads/index.html#download The data for the older versions of Studio should also be fixed (I know I fixed it, I just don't know if that data goes live on a different schedule), so give that a try. |
Of course, right after I posted that I was told that those are actually broken right now. Working on a fix... |
Okay, the new download should be live in 10 minutes. Unfortunately you'll need to manually uninstall and reinstall "r11" to get r11b due to some technical issues with the SDK manager :( Alternatively, the Studio folks tell me that the version of Studio in the preview channel is getting very close to release, so you could also just update now and avoid the hassle. |
Changelog is here: http://developer.android.com/ndk/downloads/index.html It's missing the detail that we fixed issue #6. If you don't use ASAN or Yes, you'll need to uninstall and reinstall to pick up r11b. Direct downloads are unaffected (the problem is a "bug" in the SDK manager used by Android Studio versions < 2, including the standalone SDK manager). |
I just installed updated the NDK on another Android Studio machine which still had 1.0.0. It now says 11.0.0, not 11.0.0b or something. Are you saying you have 2 versions called the exact same 11.0.0 for Android Studio, but one is r11 while the other is r11b under the hood? |
Correct. I know it's ugly and confusing, but it's actually the best we could do with the old SDK manager because the schema (which is a defined interface with the already shipped version of Studio) doesn't allow anything but integer release numbers... |
Observed on OS X 10.10.5. Tried 3 times to update without success.
The text was updated successfully, but these errors were encountered: