关于引用JAR中包.so文件的编译错误的解决方法
2012-08-30 15:16 李泱 阅读(583) 评论(0) 编辑 收藏 举报Android编译异常信息:
[2012-08-30 14:51:37 - SimpleIRExample] The library 'wikitudesdk.jar' contains native libraries that will not run on the device.
[2012-08-30 14:51:37 - SimpleIRExample] The following libraries were found:
[2012-08-30 14:51:37 - SimpleIRExample] - libs/armeabi/libarchitect.so
解决方法:直接将JAR中的.SO文件放到目标程序的/libs/armeabi下即可。