Does anyone know where I can find older versions of the Android NDK? Our code doesn't build with r6. Surely there must be archived versions somewhere.
|
feedback
|
|
Looks like you can construct the link to the NDK that you want and download it from dl.google.com: Example: http://dl.google.com/android/ndk/android-ndk-r6b-darwin-x86.tar.bz2 | |||
|
feedback
|
|
If you search Google for the version you want, you should be able to find a download link. For example, Android NDK r5b is available at http://androgeek.info/?p=296 On another note, it might be a good idea to look at why your code doesn't compile against the latest version and fix it. | |||
|
feedback
|