public static interface ApkBuilder.JarStatus
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getNativeLibs()
Returns the list of native libraries found in the jar file.
|
boolean |
hasNativeLibsConflicts()
Returns whether some of those libraries were located in the location that Android
expects its native libraries.
|
java.util.List<java.lang.String> getNativeLibs()
boolean hasNativeLibsConflicts()