I followed the steps https://developer.here.com/mobile-sdks/documentation/android/topics/app-simple-android-studio.html
but I am getting error as : Cannot initializ
This can happen also If you have another lib with JNI in project. In that case include following code under buildType in build.gradle:
splits { abi { enable true reset() include 'armeabi-v7a' universalApk false } }