Note: NDK plugin: For the development of Android NDK plug-ins, ADT version above 20, you can install the NDK plug-in, in addition to the NDK integration of the CDT plugin.
The NDK version integrates the Cygwin after R7 and is a very lite version. More convenient than downloading Cygwin!
1. The reader for this article
When the Android SDK was updated to R23, Eclipse comes with the ADT version, which does not set the NDK path, which makes the NDK configuration difficult. This article is mainly suitable for:
① using Android SDK R23 20140702 Friends
② using Android NDK r10d friends
③ want to know Andorid ADT comes with Eclipse workaround for unable to set NDK path
④ don't know how to use proxy IP for friends
⑤ don't know how to download Android SDK, Android NDK friends
2, software Baidu Cloud Link: http://pan.baidu.com/s/1nt9g7zz Password: 50m4
3. Put the downloaded "Android-ndk-r10c-windows-x86_64.exe" into
"D:\Android" directory, and then double-click on the installation, will be automatically extracted to "D:\Android"
4, Baidu Cloud in the "Com.android.ide.eclipse.ndk_23.0.2.1259578.jar" Download to "D:\Android\adt-bundle-windows-x86_64-20140702\ Eclipse\plugins\com.android.ide.eclipse.ndk_23.0.2.1259578.jar "
5, ① start "D:\Android\adt-bundle-windows-x86_64-20140702\eclipse\eclipse.exe"
② SELECT [Window->perferences->android->ndk] on the menu bar to set the NDK loaction to D:\Android\android-ndk-r10d;
6. Add environment variable Ndk_root to: D:\Android\android-ndk-r10d
Added under environment variable PATH:%ndk_root%;
7. Eclipse's NDK environment is configured in the Windows environment
8, this article reprinted from http://jingyan.baidu.com/article/3ea51489e7a9bd52e61bbac7.html
First, the Android NDK environment configuration