一个项目,一直编译成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
遇到的未解决的问题问题:第一次运行时出现了[INSTALL_FAILED_OLDER_SDK]的报错,原因不清楚临时解决方案:注释掉了AndroidManifest.xml 文件中的这一行学习笔记Android的图形用户界面是由多个View和ViewGroup构建出来的。View是通用的UI窗体小组...
分类:
移动开发 时间:
2014-12-17 20:25:08
阅读次数:
292
一.故障现象:[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此问题的原因是Dao层使用的命名空间与Mapper文件中使用的不一致;HTTP Status 500 - Request processing failed; nested exception is org.mybatis.spr...
分类:
移动开发 时间:
2014-12-17 18:33:01
阅读次数:
287
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
在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 请求数据时出现错误 Request failed: unacceptable content-type: text/html 解决方法 manager.responseSerializer.acceptableContentTypes?=?[NSSet?setWithObject:@"text/html"];...
分类:
Web程序 时间:
2014-12-17 13:11:13
阅读次数:
156
在eclipse中运行Android程序默认是将程序安装到手机的Rom中,如果Rom空间不足,就会提示这个错误。
知道了原因后,解决方案有了,最简单的有如下两种:
1 删除一些应用,腾出更多的rom空间;
2 将程序安装到SD卡中,打开AndroidManifest.xml,添加如下配置:
android:installLocation="preferExternal">(添加...
分类:
移动开发 时间:
2014-12-16 22:45:14
阅读次数:
346
主页问题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
错误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