|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ApkBuilder.JarStatus
Status for the addition of a jar file resources into the APK. This indicates possible issues with native library inside the jar file.
Method Summary | |
---|---|
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. |
Method Detail |
---|
java.util.List<java.lang.String> getNativeLibs()
boolean hasNativeLibsConflicts()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |