Cant find NDK r9d download anymore

Hi,

I tried to build v3.2 final with NDK r10 and old r9c, it was ended with failure to compile.

So i thought i need exact NDK version r9d. However in main NDK download site https://developer.android.com/tools/sdk/ndk/index.html i cant found download link for old NDK.

Can someone give a link for r9d. Or is there any people can use r10 successfully? I use JDK 8 32 bit what version of r10 should i download?

if you are a mac user, here is the link https://dl.google.com/android/ndk/android-ndk-r9d-darwin-x86_64.tar.bz2

1 Like

I am on windows. Will there a patch for cocos 3.2 to work with r10?

Get the 32bit platform r10. It should work, I encountered the same problem. The 64bit platform doesnt have armbi or armbi-v7. They have some weird armbi-v8a or mips.

Here is the http://dl.google.com/android/ndk/android-ndk32-r10-windows-x86.zip

Or you can just get the first one out of the entire table.

1 Like

I recommend you to use Java JDK 7 , since JDK 8 is not currently officially supported and cocos2d-x template code won’t require any JDK 8 specific code.

If you want to download the 64 bits version of the Android NDK for Windows, you can download it from : http://dl.google.com/android/ndk/android-ndk-r9d-windows-x86_64.zip I have successfully built cocos2d-x 3.3 and 2.2.5 with this version.

Do you have any particular reason for using NDK r10?. It is not recommended to use r10 as clearly states this post : http://cocos2d-x.org/news/307 .

I recommend you to download NDK r9d from
http://dl.google.com/android/ndk/android-ndk-r9d-windows-x86_64.zip . I have successfully built cocos2d-x 3.2, 3.3 and 2.2.5 with this version.

1 Like

Hello raydelto,

I have NDKr9d, cocos2d-x-3.3 and java jdk 7…Is this all you need to make games in android studio (1.0.1)?
On the android developers website they say you need cygwin (1.7) but other tutorials don’t use cygwin, instead they install python (2.7.9) and apache Ant …I don’t understand wich is the right way, can you help me out or maybe have links to tutorials? thnx

Hello with the release of Cocos 2d-x Version 3.3 it need Android NDK r10c
Read Here http://www.cocos2d-x.org/news/387
This is why:

We suggest you use NDK r10c or upper version, because it fixed some bugs that exist on Android 5.0.

I hope this helps.

Thanks oscar!

Do you also work with android studio on windows? And do you have cygwin ? In the tutorial link below the guy uses python (2.7.9) and Apache Ant…

For the moment I use the eclipse ADT plugin for cocos2d-x develop. But as I read eclipse will be deprecated
That video tutorial is from sonar systems. He teach how do you create a cocos2d-x project for android. In this case is about cocos 2d-x V3.x you don’t need to set up cygwin for cocos2d-x v3 that’s for the version cocos2d-x V2.
If you download cocos2d-x you will find version 2 and 3.
http://www.cocos2d-x.org/download

Following link is very useful to find the older version of ndk. Download with one click.

http://pnsurez.blogspot.in/2015/07/download-android-ndk-tools.html