使用Vuforia和io.realm DB崩溃的应用程序 [英] Use Vuforia and io.realm db crash the app

查看:309
本文介绍了使用Vuforia和io.realm DB崩溃的应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用的SDK-5.0.5 Vuforia与 io.realm 数据包有问题。
当试图引导Vuforia应用今天的闭幕,并在LogCat中的行显示了以下错误:


  

W / System.err的:libVuforia.so无法加载库


通过消除的gradle中的以下行应用程序运行流畅:


  

编译io.realm:境界 - 安卓:0.82.2 +



解决方案

您不能混用32位和64位库是这里发生了什么。正确的解决办法是要求Vuforia提供64位二进制文​​件。在那之前,我怕你会必须手动编辑领域的jar文件并删除64位的.so 文件。

I am having trouble using the SDK-Vuforia 5.0.5 with io.realm data pack. When attempting to boot the Vuforia the app this closing and displays the following error in the line of LogCat:

W/System.err﹕ The library libVuforia.so could not be loaded

By removing the following line in gradle the application runs smoothly:

compile 'io.realm:realm-android:0.82.2+'

解决方案

You cannot mix 32-bit and 64-bit libraries which is what is happening here. The proper solution would be to ask Vuforia to provide 64-bit binaries. Until then I am afraid you will manually have to edit the Realm jar file and remove the 64-bit .so files.

这篇关于使用Vuforia和io.realm DB崩溃的应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆