Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PROPER_NDK_HOME_DIRECTORY_MESSAGE |
"Please provide a proper Android NDK directory path as configuration parameter <ndk><path>...</path></ndk> in the plugin <configuration/>. As an alternative, you may add the parameter to commandline: -Dandroid.ndk.path=... or set environment variable ANDROID_NDK_HOME." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
AAR |
"aar" |
public static final String |
APK |
"apk" |
public static final String |
APKLIB |
"apklib" |
public static final String |
APKSOURCES |
"apksources" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NATIVE_HEADER_ARCHIVE |
"har" |
public static final String |
NATIVE_IMPLEMENTATION_ARCHIVE |
"a" |
public static final String |
NATIVE_SYMBOL_OBJECT |
"so" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
NDK_REQUIRED_VERSION |
7 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
AAR_NATIVE_LIBRARIES_FOLDER |
"jni" |
public static final String |
APKLIB_NATIVE_LIBRARIES_FOLDER |
"libs" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
MAKEFILE_CAPTURE_FILE |
"ANDROID_MAVEN_PLUGIN_LOCAL_C_INCLUDES_FILE" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ENV_ANDROID_NDK_HOME |
"ANDROID_NDK_HOME" |
Copyright © 2014–2016 simpligility technologies inc.. All rights reserved.