Mmm ... a strange mistake. Keep in mind that to use the NDK, the SDK should work perfectly before starting with the NDK, said that I suggest you try the following:
1- Make sure you have the prerequisites:
- All development platforms require GNU Make 3.81 or later. Earlier versions of GNU Make may work, but have not been tested.
- The latest awk version (either GNU Awk or Nawk) is also required.
- Windows requires Cygwin 1.7 or higher. NDK will not work with Cygwin 1.5 installations.
2- Start from scratch by removing any NDK links, such as eclipse settings, paths, folders, zip codes, etc.
3- Make sure you have updated the latest versions of the Android SDK and ADT Tools. Use the Help-> Check for Updates menu in ECLIPSE, and then make sure that you have everything you need in the Android SDK Manager.
4- I see "D: /" in your question, so you are using a Windows computer ... it must be Windows XP (32-bit) or Vista (32-bit or 64-bit). Be sure to get the version of Windows (http://dl.google.com/android/ndk/android-ndk-r7b-windows.zip), and when unpacking this ndk rename the folder to "ndk". You can place it next to the SDK folder, it does not matter.
5- Open Eclipse and give it a path to the NDK and see what happens.
Good luck
source share