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

[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

时间: 2024-10-23 05:30:49

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

The library '*.jar' contains native libraries that will not run on the device

我们更新了QQ sdk的新包,而QQ的新包加了一个so文件,该文件eclipse的默认检查比较严格. Eclipse->windows->Perferences , 取消 Force error when external jars contain native libraries. 取消 Skip packaging and dexing until export and lunch. (Speece **) The library '*.jar' contains native libra

终极解决报错:SocialSDK_QQZone_2.jar contains native libraries that

添加友盟的分享功能出现了这个错误 1.错误 The library SocialSDK_QQZone_2.jar contains native libraries that will not run on the device 2.解决办法 此问题和Eclipse环境有关,按照如下步骤操作即可 Eclipse->windows->Perferences->Android->build , 取消 Force error when external jars contain nati

友盟分享到QQ空间 JAR问题The library 'SocialSDK_QQZone_2.jar' contains native libraries that will not run on t

The library 'SocialSDK_QQZone_2.jar' contains native libraries that will not run on the device. The following libraries were found: - assets/libwbsafeedit.so 点击Run As 获取签名打包的时候就报错,解决办法: 在Eclipse中点击Windows---Preference,在Android项下面的Build项目下:去掉第二个和第三个勾选

Android 友盟SDK 终极解决报错:SocialSDK_QQZone_2.jar contains native libraries that

转自:http://bbs.umeng.com/thread-6552-1-2.html 报错信息:The library `SocialSDK_QQZone_2.jar` contains native libraries that will not run on the device. 解决方案: 此问题和Eclipse环境有关,按照如下步骤操作即可Eclipse->windows->Perferences (不一定这个,自己对着图找), 取消 Force error when exter

eclipse maven update error 解决方法

eclipse  maven  update error 解决方法 本来真不想写这篇博文的,但是eclipse和maven真的是太操蛋了,动不动就出了一些乱七八糟的问题,记录一下.希望公司能早日切换到idea. 1. 从eclipse删除这个项目,但不要从磁盘删除: 2. 关闭eclipse: 3. 删除项目目录下的:.settings目录: 4. 删除项目目录下的:.projects目录: 5. 删除项目目录下的:.metadata目录: 6. 重启eclipse: 7. 导入项目,并且在导入

Eclipse安装SpringBoot插件以及Eclipse无法连接到Eclipse Marketplace的解决方法

1.Eclipse无法连接到Eclipse Marketplace的解决方法 (1)在eclipse文件夹下的eclipse.ini文件末尾添加 -Djava.net.preferIPv4Stack=true (2)点击Add进行添加 (3)在help–install new software–add中的name中输入 Eclipse Marketplace Client (随意起名) ,在Location中输入 http://download.eclipse.org/mpc/indigo/ (

cvs或svn上下载的新项目无build path 解决方法

工程名右键无build path, 右键propertise中也无.列出两个解决方法. 1  .classpath 文件缺失 或者 .project 文件缺失,可以直接在其他可以build的工程中复制并且改一下 打开 .classpath 更改工程名. 新建 .project 复制黏贴一下代码 <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>你的工

VMware unrecoverable error解决方法

把开发环境部署在虚拟机里面,重装系统后不须要再反复部署开发环境. 可是有时候异常退出虚拟机会导致错误.之前出现打开虚拟机之后,系统分辨率错误,就是点击的位置和显示的位置不一样. 于是又一次关了虚拟机,这时候虚拟机占用cpu 100%,过了非常长时间都没有关闭成功. 于是直接power off.后来发现是被360卡住了,下次出现能够先尝试关闭杀毒软件. 之后又一次打开就失败了.提示错误:VMware Workstation unrecoverable error: (vmx)NOT_IMPLEME

Android NDK报错(Eclipse)及解决方法

在AndroidNDK开发过程中,工程目录下的jni文件夹下编写的c/c++代码,通常会出现如下的几种类型的报错: 1.Unresolved inclusion:<XXX> 2.syntax error 3.Function 'XXX' could not be resolved 4.Type 'XXX' could not be resolved 5.Symbol 'XXX' could not be resolved 6.Method 'XXX' could not be resolved