1

I am trying to download Android NDK, Revision 8e (or any older revision) .. but I can't find any link in their website ..

I tried to follow the naming-convention as follow:

http:// ~ / android-ndk-r8e-linux.zip

but it doesn't work .. please help ..I am working on Linux

hashDefine
  • 1,491
  • 6
  • 23
  • 33
  • 1
    Is there any good reason why r9 won't work for you? For older versions of GCC, try the one with legacy toolchains. – Seva Alekseyev Oct 02 '13 at 15:04
  • @SevaAlekseyev: I am building an app that specifically asking for r8 .. but r8 didn't work because there are a file that doesn't exist which is needed by the makefile .. so I am moving to r8e hoping to find this file .. – hashDefine Oct 02 '13 at 15:07
  • 1
    That's rather rare; build tools are usually upwards compatible. What file? Maybe you should've asked a question about building said app with r9... – Seva Alekseyev Oct 02 '13 at 15:09
  • @SevaAlekseyev: I didn't download r9 (not yet) as the app [building-guidance](http://www.olsr.org/?q=olsr_on_android) is specifically asking for r8. The error I get is: `arm-linux-androideabi-gcc: not found`. when I checked the path, I discovered that I don't have the right _arm-linux-android_ version. So, instead of jumbing to r9 I would like to try r8e first .. – hashDefine Oct 02 '13 at 15:21
  • 1
    That's what r9 with legacy toolchains is for. It has obsolete versions of GCC. – Seva Alekseyev Oct 02 '13 at 18:39

1 Answers1

5

Try this links:

http://download.kiwix.org/dev/android-ndk-r8e-linux-i686.tar.bz2

http://download.kiwix.org/dev/android-ndk-r8e-linux-x86_64.tar.bz2

xcdwxcwxcwx cwxc wxc

  • i am able to download r8e now, thanks .. but it will be more useful if you pointed me toward where I can get these link from .. **well, teach me fishing instead of giving me a fish** .. thanks anyway – hashDefine Oct 02 '13 at 16:17
  • http://stackoverflow.com/questions/6849981/where-do-i-find-old-versions-of-android-ndk/29283394#29283394 – theJango Jun 08 '16 at 11:06