码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2014-10-24 16:04:59      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:ar   for   sp   on   bs   as   window   ui   windows   

[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

标签:ar   for   sp   on   bs   as   window   ui   windows   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!