There are three things to check when compiling the example applications
- Ensure that you have downloaded both SDK and NDK and unpacked into desired locations. You can download the latest SDK/NDK bundles here under "Developer Toolchain" (requires a login)
- Make sure you have created below environmental variables based on the location you installed SDK/NDK above
export ANDROID_SDK_ROOT=~/azena/sdk export ANDROID_NDK_HOME=~/azena/sdk/ndk-bundle
- Make sure you have follow the "Set up credentials for Azena maven and npm registry” section in the Build and run your first app section here. If you use a special character in your password it will need to be escaped in the gradle.properties file only with a backslash. Example: “S@mple” should be “S\@mple”