ndkPath property

String ndkPath
final

Path to the Android NDK root directory.

Example: r'C:\Users\user\AppData\Local\Android\Sdk\ndk\29.0.14206865' or /opt/android-ndk-r29.

The builder derives the toolchain file from this path: <ndkPath>/build/cmake/android.toolchain.cmake.

Implementation

final String ndkPath;