These page explains how to use NDK for android-x86
IntroductionAs the first step to support android ndk for Android-X86. we have created a prebuilt package for user to test. This wiki page explains how to use this ndk Details
make TARGET_PRODUCT=eeepc APP=hello-jni Foryo For the foryo, you don't need to download the tarball mentioned above. Here is the new steps: You may just use the NDK shipped with froyo-x86 source tree. To build the hello example, To build more complex examples On top of froyo-x86 tree $ . build/envsetup.sh Then you can build the example by $ cd ndk Then build the x86 apk by Eclipse or Ant as usual. |
Documentation >