com.android.sdklib.build
Interface ApkBuilder.JarStatus

Enclosing class:
ApkBuilder

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

getNativeLibs

java.util.List<java.lang.String> getNativeLibs()
Returns the list of native libraries found in the jar file.


hasNativeLibsConflicts

boolean hasNativeLibsConflicts()
Returns whether some of those libraries were located in the location that Android expects its native libraries.