【发布时间】:2015-10-27 13:50:18
【问题描述】:
我们正在使用适用于 iOS 和 Android 平台的 IBM Mobile First Platform (7.0) 构建一个混合应用程序。我们使用 JSONStore 来保存用户的非机密数据(我们没有加密存储的数据)。
当我们将应用程序部署到三星 Galaxy S6(型号 SM-G920I)时,Json 商店的 init 方法出现此错误:
错误代码: -11 OPERATION_FAILED_ON_SPECIFIC_DOCUMENT IBM Mobile First Platform - JSONStore errors
错误详情:“dlopen 失败:“/data/data/com.MyMobileApp/files/libcrypto.so.1.0.0”是 32 位而不是 64 位”
进行一些研究后,除了 IBM Mobile First Platform 缺少 x86_64 android 设备库外,我们无法找出其他原因,如下所述:JSONStore initalization fails with PERSISTENT_STORE_FAILURE (Dalvik) / OPERATION_FAILED_ON_SPECIFIC_DOCUMENT (ART)
有人知道这个问题的任何解决方法吗?
提前致谢。
【问题讨论】:
标签: android ibm-mobilefirst x86-64 jsonstore