Install Ubuntu ndk

Source: Internet
Author: User

Install Ubuntu ndk FavoritesInstall zhangweiaubuntu ndk

1. Download The ndk. Note that the version of R4 is downloaded.

Http://dl.google.com/android/ndk/android-ndk-r4b-linux-x86.zip

2. decompress the downloaded package to a directory.

Zhangweia @ Ubuntu :~ /Android/android-ndk-r4b $ pwd
/Home/zhangweia/Android/android-ndk-r4b
Zhangweia @ Ubuntu :~ /Android/android-ndk-r4b $ echo $ home
/Home/zhangweia

3. Configure environment variables for ndk

Zhangweia @ Ubuntu :~ /Android/android-ndk-r4b $ VI ~ /. Bashrc
Add:

Ndk = $ home/Android/android-ndk-r4b/
Export ndk

Run the following command to save the environment and check whether it takes effect:

Zhangweia @ Ubuntu :~ /Android/android-ndk-r4b $ source ~ /. Bash RC

Zhangweia @ Ubuntu :~ /Android/android-ndk-r4b $ echo $ ndk
/Home/FIG/Android/android-ndk-r4b/

4. Compile the example.

Enter the sample directory samples/Hello-JNI of ndk, and execute $ ndk/ndk-build under the directory. After compilation is successful, two subdirectories libs and OBJ directories will be generated in the directory.

Open eclipse and add an existing hello-JNI project.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.