“The library 'aaa.jar' contains native libraries that will not run on the device.”问题解决

骑猪看日落 2023-10-16 18:49 147阅读 0赞

现象: 出现“The library ‘xxx.jar’ contains native libraries that will not run on the device.”

具体:

[2013-11-19 10:23:30 - Scantest5] The library ‘xxx.jar’ contains native libraries that will not run on the device.
[2013-11-19 10:23:30 - Scantest5] The following libraries were found:
[2013-11-19 10:23:30 - Scantest5] - libs/armeabi/libaaa-jni.so
[2013-11-19 10:23:30 - Scantest5] - libs/armeabi/libccc-jni.so

解决方法:

将build path中的导入的xxx.jar包remove掉,就可以了。

发表评论

表情:
评论列表 (有 0 条评论,147人围观)

还没有评论,来说两句吧...

相关阅读