3

I get lastest code and step by step from page

$ sh compile.sh -a x84
You must define ANDROID_NDK, ANDROID_SDK before starting.
They must point to your NDK and SDK directories.

I pointed NDK and SDK on the terminal on Gnome CentOS 7

http://i.stack.imgur.com/JuCZO.png

4

1 回答 1

1

Modify your compile.sh script to see if the variables are being echoed out. If not, perhaps you'll need to hardcode them in the compile.sh script. e.g.,

ANDROID_NDK=/your/path/android-ndk
ANDROID_SDK=/your/path/android-sdk
于 2016-10-04T07:11:46.223 回答