439
edits
| Line 22: | Line 22: | ||
=== Set up your environment === | === Set up your environment === | ||
You must set the environment variable ANDROID_NDK to the path where you extracted the NDK. | You must set the environment variable ANDROID_NDK to the path where you extracted the NDK. Also, to tell the build to build android rather than native linux, you need to set BUILD_ANDROID to 1. | ||
export BUILD_ANDROID=1 | export BUILD_ANDROID=1 | ||
edits