Search code examples
androidcordovaibm-mobilefirstjsonstore

JSONStore error due to library being 32-bit instead of 64-bit


This question was previously asked but for MobileFirst Platform Foundation 7.0 and 7.1. However I am experiencing this issue in v8.0. See image below.

We're using:

  1. cordova-plugin-mfp 8.0.2016122615
  2. cordova-plugin-mfp-jsonstore 8.0.2016110713

error X86


Solution

  • After discussing with Idan,

    I have come up with conclusion that the cordova-SQLite-storage was causing JSONStore failed to initialize when trying to get libcrypto for 64 bit (tested by myself, see the comment section of the question)

    after SQLite storage were delete:

    after sqlite storage were delete

    I will try to contact the other plugin provider.

    Hope this help