关于引用JAR中包.so文件的编译错误的解决方法

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下即可。

原文地址:https://www.cnblogs.com/liyanggzy/p/2663826.html