码迷,mamicode.com
首页 >  
搜索关键字:failed dependencies    ( 8612个结果
XE7 UP1编译Android Debug时报 “failed to allocate 190397160 bytes for output file: Not enough space”
一个项目,一直编译成Android Debug时没有问题,今天加了一个Frame,在WIN下调试正常时,转为编译输出Android Debug时报下面的错误[DCC Error] E2597 D:\Embarcadero\Studio\15.0\PlatformSDKs\android-ndk-r9...
分类:移动开发   时间:2014-12-17 20:40:12    阅读次数:245
Android入门开发学习笔记
遇到的未解决的问题问题:第一次运行时出现了[INSTALL_FAILED_OLDER_SDK]的报错,原因不清楚临时解决方案:注释掉了AndroidManifest.xml 文件中的这一行学习笔记Android的图形用户界面是由多个View和ViewGroup构建出来的。View是通用的UI窗体小组...
分类:移动开发   时间:2014-12-17 20:25:08    阅读次数:292
centos 6.4 克隆无法加载网卡的问题解决方法
一.故障现象:[root@c1node01~]#servicenetworkrestartShuttingdownloopbackinsterface:[OK]Bringinguploopbackinsterface:[OK]Bringingupinterfaceeth0:Deviceeth0doesnotseemtobepresent,delayinginitialization.[FAILED]二、解决办法法一:解决办法:[root@c1node01~]#rm-rf..
分类:其他好文   时间:2014-12-17 18:56:16    阅读次数:186
Mapped Statements collection does not contain value for Addressbook.pageSelect
注意提示信息:Mapped Statements collection does not contain value for Addressbook.pageSelect此问题的原因是Dao层使用的命名空间与Mapper文件中使用的不一致;HTTP Status 500 - Request processing failed; nested exception is org.mybatis.spr...
分类:移动开发   时间:2014-12-17 18:33:01    阅读次数:287
Eclipse混淆文件导入Android Studio Gradle编译报input jar file is specified twice
Android studio 打包APK报错 ,The same input jar,is specified twice. 错误内容如下 Error:Execution failed for task ':app:proguardDemoRelease'. > java.io.IOException: The same input jar [\app\libs\fastjson.jar] is specified twice....
分类:移动开发   时间:2014-12-17 14:43:02    阅读次数:249
Centos4.3安装MySQL-python-1.2.3,出现error: command 'gcc' failed with exit status 1
在Linux Centos 4.3上安装MySQL-python-1.2.3的时候出现error: command 'gcc' failed with exit status 1,具体原因是因为没有安装mysql-devel包使用yum install mysql-devel成功解决。才想起来在运行...
分类:数据库   时间:2014-12-17 14:16:42    阅读次数:238
AFNetworking 2.0 unacceptable content-type
使用AFNetworking 2.0 请求数据时出现错误 Request failed: unacceptable content-type: text/html 解决方法 manager.responseSerializer.acceptableContentTypes?=?[NSSet?setWithObject:@"text/html"];...
分类:Web程序   时间:2014-12-17 13:11:13    阅读次数:156
Android真机调试Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE原因及解决方法
在eclipse中运行Android程序默认是将程序安装到手机的Rom中,如果Rom空间不足,就会提示这个错误。 知道了原因后,解决方案有了,最简单的有如下两种: 1 删除一些应用,腾出更多的rom空间; 2 将程序安装到SD卡中,打开AndroidManifest.xml,添加如下配置: android:installLocation="preferExternal">(添加...
分类:移动开发   时间:2014-12-16 22:45:14    阅读次数:346
install_failed_uid_changed no root 没有root手机
主页问题Installation error: INSTALL_FAILED_UID_CHANGED no rootInstallation error: INSTALL_FAILED_UID_CHANGED no root安装错误:install_failed_uid_changed没有根Tags...
分类:移动开发   时间:2014-12-16 19:03:28    阅读次数:258
Ubuntu编译Hadoop编码异常总结
错误1: [ERROR]?Failed?to?execute?goal?org.apache.hadoop:hadoop-maven-plugins:2.2.0:protoc?(compile-protoc)?on?project?hadoop-common:?org.apache.maven.plugin.MojoExecutionException:?pro...
分类:系统相关   时间:2014-12-16 11:58:42    阅读次数:564
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!