Quantcast
Channel: Intel® C++ Compiler
Viewing all articles
Browse latest Browse all 1616

Eclipse* IDE: Using Android* Native Developer Kit (NDK) on Windows* Systems

$
0
0

This topic applies to Eclipse* for C/C++ on Windows* hosts for Android* targets.

You can automatically integrate the Intel® C++ Compiler that is part of the Intel® Integrated Native Developer Experience (Intel® INDE) into a preexisting Eclipse* CDT installation. If you have already installed the Intel® Integrated Native Developer Experience (Intel® INDE) product you can integrate the Eclipse components separately using Eclipse Help > Install New Software menu item. You can also install Eclipse and integrate its components using the modify feature of the Intel® Integrated Native Developer Experience (Intel® INDE) product installer.

For more information on using Eclipse with the Intel® C++ Compiler refer to the User and Reference Guide for Intel® C++ Compiler > Getting Started > Using Eclipse* in this documentation. For information on which versions of Eclipse are supported refer to the Release Notes supplied with the product.

There are two approaches to building Android* applications with Eclipse* IDE:

  • Using the environment files and the -platform compiler option.

  • Using Android* Native Developer Kit plugin.

This topic describes how to configure Eclipse* IDE on Windows* host systems to build C/C++ applications for the Android* target platform using the Android Native Developer Kit (NDK). The Android NDK is a toolset that allows you to compile those parts of your application that use native-code languages such as C and C++. It is installed as part of the Intel® INDE product installation.

Follow these steps to configure Eclipse to use the Android* NDK plugin:

  1. Start Eclipse, open Window> Preferences> Android> NDK and set the path to the NDK.

  2. Create a new project from the NDK samples:

    1. From the Eclipse menu, select File> New> Project...

    2. Select Android Project from Existing Code and click Next.

    3. Browse to the directory [ndk-dir]\samples\hello-jni, check Copy projects into workspace, and then click Finish.



  3. Configure the project to include Native Support:

    1. To add Native Support to the project, right-click on the project name in the Project Explorer window, select Android Tools > Add Native Support …



    2. A dialog opens asking for the Library Name. Set the library name to hello-jni as shown below:



  4. Create a new Application.mk file under jni folder with this line:

    APP_ABI:=x86

  5. Build the project. Right-click on project name and select Build Project.

  6. Test your application on any x86-based Android device including an x86-based Android Virtual Device (AVD).

Inglés

Viewing all articles
Browse latest Browse all 1616

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>