Skip to content Skip to sidebar Skip to footer

Android Ndk Sample Build Error Linux

Hello I am new to Android and I am trying to build the hello-jni sample that is included in the NDK but I get the error below, any idea how to fix it? 15:57:10 ** Build of configu

Solution 1:

The WARNING is correct, and should be ignored.

Regarding the gcc error, you probably have a problem with installation of NDK. How did you unpack it? Check

ls -l /media/Project/adt-bundle-linux-x86-20131030/adt-bundle-linux-x86-20131030/android-ndk-r9c/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/arm-linux-androideabi/bin/as

This should be a symbolic link to ../../bin/arm-linux-androideabi-as, and both should have executable permissions.

Post a Comment for "Android Ndk Sample Build Error Linux"