targetAndroidNdkApi property

int? targetAndroidNdkApi

When compiling for Android, the minimum Android SDK API version to that the compiled code will be compatible with.

Required when targetOS equals OS.android.

Not available during a dryRun. Will throw a StateError if accessed during a dryRun.

For more information about the Android API version, refer to minSdkVersion in the Android documentation.

Implementation

int? get targetAndroidNdkApi;