首页 > 编程语言 > 详细

Eclipse build error 解决方法The library '*.jar' contains native libraries that will not run on the dev

时间:2014-10-24 16:02:53      阅读:243      评论:0      收藏:0      [点我收藏+]

[2013-08-29 16:56:58 - jarsotest] The library ‘wnp.jar‘ contains native libraries that will not run on the device.

[2013-08-29 16:56:58 - jarsotest] The following libraries were found:

[2013-08-29 16:56:58 - jarsotest]  - bin/classes/jni/wnptest/wnpjnitest/libwnp.so

 

Eclipse->windows->Perferences , 

取消 Force error when external jars contain native libraries.

取消 Skip packaging and dexing until export and lunch. (Speece **)

 

第二种:

[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掉,就可以了。

Eclipse build error 解决方法The library '*.jar' contains native libraries that will not run on the dev

原文:http://www.cnblogs.com/DswCnblog/p/4048466.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!