Uploaded image for project: 'Realm Java SDK'
  1. Realm Java SDK
  2. RJAVA-313

App crash after abi apk split

      Recently we added abi apk split to our app.
      App got installed with arm64-v8a architecture apk.
      `splits {
      abi

      { enable true reset() include 'x86', 'armeabi-v7a', 'arm64-v8a', 'mips', 'x86_64' universalApk true }

      }`

      But, still crashing with following exception. why is it looking for lib/armeabi/librealm-jni.so ? as app got installed with arm64-v8a architecture apk.

      `Fatal Exception: java.lang.RuntimeException: Unable to create application com.****.utils.App: com.getkeepsafe.relinker.MissingLibraryException: lib/armeabi/librealm-jni.so
      at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4565)
      at android.app.ActivityThread.access$1500(ActivityThread.java:151)
      at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1364)
      at android.os.Handler.dispatchMessage(Handler.java:102)
      at android.os.Looper.loop(Looper.java:135)
      at android.app.ActivityThread.main(ActivityThread.java:5263)
      at java.lang.reflect.Method.invoke(Method.java)
      at java.lang.reflect.Method.invoke(Method.java:372)
      at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
      at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)`

      for more logs:
      http://crashes.to/s/03e68a830e1

            Assignee:
            Unassigned Unassigned
            Reporter:
            unitosyncbot Unito Sync Bot
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: