I am trying to create a new project using Skobbler. I turned on SKMaps.jar and put it in the build path. I am using AndroidStudio with gradl.
Now the problem: the moment I call
SKMaps.getInstance().initializeSKMaps(this, initMapSettings, getString(R.string.skobbler_api_key));
he throws an exception
android.view.InflateException: binary string of XML file # 44: Error bloating class com.skobbler.ngx.map.SKMapViewHolder
and
Failed to load ngnative from the bootloader dalvik.system.PathClassLoader [DexPathList [[zip file] "/data/app/de.aeins.theswap.swap-1.apk"], nativeLibraryDirectories = [/ data / app-lib / de. aeins.theswap.swap-1, / vendor / lib, / system / lib]]]: findLibrary returns null
I have a lib folder in the root of my project and inside SKMaps.jar and 3 libngnative.so files in separate folders.
Any idea what goes wrong?
source share