Remove loading library
This commit is contained in:
parent
123930b0c0
commit
f207abb2c1
1 changed files with 0 additions and 9 deletions
|
@ -35,15 +35,6 @@ public class NativeOsmandLibrary extends NativeLibrary {
|
||||||
try {
|
try {
|
||||||
log.debug("Loading native gnustl_shared..."); //$NON-NLS-1$
|
log.debug("Loading native gnustl_shared..."); //$NON-NLS-1$
|
||||||
System.loadLibrary("gnustl_shared");
|
System.loadLibrary("gnustl_shared");
|
||||||
if (android.os.Build.VERSION.SDK_INT >= 8) {
|
|
||||||
log.debug("Loading jnigraphics, since Android >= 2.2 ..."); //$NON-NLS-1$
|
|
||||||
try {
|
|
||||||
System.loadLibrary("jnigraphics");
|
|
||||||
} catch( UnsatisfiedLinkError e ) {
|
|
||||||
// handle "Shared library already opened" error
|
|
||||||
log.debug("Failed to load jnigraphics: " + e); //$NON-NLS-1$
|
|
||||||
}
|
|
||||||
}
|
|
||||||
log.debug("Loading native libraries..."); //$NON-NLS-1$
|
log.debug("Loading native libraries..."); //$NON-NLS-1$
|
||||||
System.loadLibrary("osmand");
|
System.loadLibrary("osmand");
|
||||||
log.debug("Creating NativeOsmandLibrary instance..."); //$NON-NLS-1$
|
log.debug("Creating NativeOsmandLibrary instance..."); //$NON-NLS-1$
|
||||||
|
|
Loading…
Reference in a new issue