适用于Android的Lib Panorama Spherical

时间:2014-12-11 18:35:12

标签: java android image 360-degrees

我试图在我的app android上搜索一个lib来打开Spherical图像,但我找到的唯一一个就是panoramaGL。

我尝试使用但是使用jar我遇到了错误并使用了panoramaGL项目我遇到了问题。

只是知道使用jar的错误就是这个


Couldn't load glues from loader dalvik.system.PathClassLoader[dexPath=/data/app/xxx.xxx.xxxxxxx.torresinglaterra-7.apk,libraryPath=/data/app-lib/xxx.xxx.xxxxxxx.torresinglaterra-7]: findLibrary returned null

所以我试图找到另一个lib。

有人推荐或知道吗?

1 个答案:

答案 0 :(得分:1)

您可以使用gradle 0.7.2+在Android Studio中添加预先构建的* .so文件。首先在这个位置/ app / src / main / location创建jniLibs,然后在jniLibs中复制带有* .so文件(armeabi,armeabi-v7a,mips,x86)的所有文件夹。