0

I am trying to configure NDK in Eclipse. I had no idea what to do. I tried following lots of tutorials, but it didnt work. I get this message when i try to build:

enter image description here

Though i set the path correctly. Even if i didnt it should be working because i am using the latest version of NDK, where the ndk-build command is already there and doesnt need Cygwin. I tried these link1,link2,link3 but still no solution.

I have also a weird message, in the toolchain editor.

enter image description here

Can anyone tell me what iam doing wrong?

Community
  • 1
  • 1
hanaa
  • 385
  • 6
  • 30

2 Answers2

0

First you should downlode NDK this link(dl.google.com/service/prod_unavailable.html) and then unzip file and copy to android folder in your pc. go to this part in eclipse:

Windows->Preference->android-> NDK->browse your NDK file. now you can use ndk.

Create a class of java and then use these picture:

1.i.stack.imgur.com/PGBYE.png

2.i.stack.imgur.com/fnIYI.png

saber
  • 99
  • 1
  • 7
0

Try adding the NDK path to the System path and restarting Eclipse.

Here you have how to change the path in Windows http://www.computerhope.com/issues/ch000549.htm

Neonigma
  • 1,825
  • 17
  • 20