简体   繁体   English

由于库是32位而不是64位而导致的JSONStore错误

[英]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. 此问题之前曾被问到但是对于MobileFirst Platform Foundation 7.0和7.1。 However I am experiencing this issue in v8.0. 但是我在v8.0中遇到了这个问题。 See image below. 见下图。

We're using: 我们正在使用:

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

错误X86

After discussing with Idan, 与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) 我得出结论,cordova-SQLite-storage导致JSONStore在尝试获取64位libcrypto时无法初始化(由我自己测试,请参阅问题的评论部分)

after SQLite storage were delete: 删除SQLite存储后:

sqlite存储后被删除

I will try to contact the other plugin provider. 我将尝试联系其他插件提供商。

Hope this help 希望这有帮助

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 java.lang.UnsatisfiedLinkError:dlopen失败:.so库是64位而不是32位 - java.lang.UnsatisfiedLinkError: dlopen failed: .so library is 64-bit instead of 32-bit 无法加载 WebView:java.lang.UnsatisfiedLinkError,库是 64 位而不是 32 位 - Cannot load WebView: java.lang.UnsatisfiedLinkError, library is 64-bit instead of 32-bit dlopen失败:“ libarchitect.so”是64位而不是32位 - dlopen failed: “libarchitect.so” is 64-bit instead of 32-bit “dlopen失败:仅在测试中是32位而不是64位” - “dlopen failed: is 32-bit instead of 64-bit” in tests only 加载32位JNI库时(在LG Flex2上),在64位Android上发生UnsatisfiedLinkError - UnsatisfiedLinkError on 64-bit Android when loading 32-bit JNI library (on LG Flex2) 在 64 位 android 上使用 32 位 jni 库 - Use 32-bit jni libraries on 64-bit android 如何确定apk是32位还是64位 - How to find if apk is 32-bit or 64-bit Android JNI:与64位设备具有32位兼容性吗? - Android JNI: 32-bit compatability with 64-bit devices? 将 32 位 android 应用程序转换为 64 位应用程序 - Converting 32-bit android Applications to 64-bit Applications Android Studio 64位错误:32位Linux Android模拟器二进制文件已弃用 - Android Studio 64-bit ERROR: 32-bit Linux Android emulator binaries are DEPRECATED
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM