简体   繁体   English

dlopen失败:“ libarchitect.so”是64位而不是32位

[英]dlopen failed: “libarchitect.so” is 64-bit instead of 32-bit

I am designing AR app using Wikitude. 我正在使用Wikitude设计AR应用程序。

Its working fine for few mobiles. 它适用于少数手机。

But few highend devices, app is getting crash. 但是高端设备很少,应用程序崩溃了。 I checked this below mentioned issue also: 我还检查了以下提到的问题:

http://www.wikitude.com/developer/developer-forum/-/message_boards/message/786231?p_p_auth=9ofvVzVi

Suggest me if any possible approaches. 建议我是否有可能的方法。

尝试为32位体系结构构建“ libarchitect.so”,因为32位库可以在64位电话以及32位电话上运行。

声明:本站的技术帖子网页,遵循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 Android:java.lang.UnsatisfiedLinkError:dlopen失败:libwebviewchromium.so是32位而不是64位 - Android: java.lang.UnsatisfiedLinkError: dlopen failed: libwebviewchromium.so is 32-bit instead of 64-bit “dlopen失败:仅在测试中是32位而不是64位” - “dlopen failed: is 32-bit instead of 64-bit” in tests only 反应本机期望java.lang.UnsatisfiedLinkError:dlopen失败:“ / data / data / {package} /lib-main/libgnustl_shared.so”是32位而不是64位 - React native expection java.lang.UnsatisfiedLinkError: dlopen failed: “/data/data/{package}/lib-main/libgnustl_shared.so” is 32-bit instead of 64-bit dlopen无法加载32位而不是64位库 - dlopen failed to load 32 bit instead of 64 bit library 由于库是32位而不是64位而导致的JSONStore错误 - JSONStore error due to library being 32-bit instead of 64-bit 如何确定apk是32位还是64位 - How to find if apk is 32-bit or 64-bit 无法加载 WebView:java.lang.UnsatisfiedLinkError,库是 64 位而不是 32 位 - Cannot load WebView: java.lang.UnsatisfiedLinkError, library is 64-bit instead of 32-bit 在 64 位 android 上使用 32 位 jni 库 - Use 32-bit jni libraries on 64-bit android Android JNI:与64位设备具有32位兼容性吗? - Android JNI: 32-bit compatability with 64-bit devices?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM