Is there someone who had experience with this error?
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file \"/data/app/org.swig
-if gradle.properties not available then first add that file and add android.useDeprecatedNdk=true
android.useDeprecatedNdk=true
-use this code in build.gradle
defaultConfig { applicationId 'com.example.application' minSdkVersion 16 targetSdkVersion 21 versionCode 11 versionName "1.1" ndk { abiFilters "armeabi" } }
`