Status for the addition of a jar file resources into the APK. This indicates possible issues with native library inside the jar file.
| Type | Name and description | 
|---|---|
List<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.  |