错误Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-6.xml, reason: Connection to https://dl-ssl.google.com refusedFailed to ...
分类:
移动开发 时间:
2014-07-16 22:58:26
阅读次数:
234
今天我的eclipse崩溃了,报“parseSdkContent failed java.lang.NullPointerException”的错误。所有的安卓项目都不正常,创建项目就会报java.lang.NullPointerException的错误。后来上网搜到了解决办法,办法就是,把项目的存...
分类:
编程语言 时间:
2014-07-16 21:34:18
阅读次数:
219
昨天做了一个Android的小程序,调试的时候连接真实的手机,而不是用模拟器。今天早上打开eclipse的时候报错:“Android SDK Content loader has encountered a problem” “parseSdkContent Failed ”。原先设置的模拟器也不见...
分类:
移动开发 时间:
2014-07-16 20:55:07
阅读次数:
210
原地址:http://blog.csdn.net/foxeatapple/article/details/8450372问题描述使用SDK Manager更新时出现问题Failed to fetch URL https://dl-ssl.google.com/android/repository/r...
分类:
移动开发 时间:
2014-07-13 12:18:45
阅读次数:
252
INSTALL_FAILED_OLDER_SDK用adb install apk的时候,INSTALL_FAILED_OLDER_SDK,产生这种情况的原因是APK编译是在Android 4.0(高版本SDK)下编译生成的, 但是我们的手机设备是Android 2.3(低版本SDK)。反编译APK的...
分类:
其他好文 时间:
2014-07-13 10:45:54
阅读次数:
203
原因1:给定目录下jvm.dll不存在。对策:(1)重新安装jre或者jdk并配置好环境变量。(2)copy一个jvm.dll放在该目录下。原因2:eclipse的版本与jre或者jdk版本不一致对策:要么两者都安装64位的,要么都安装32位的,不能一个是32位一个是64位。原因2的概率更大一些,原...
分类:
系统相关 时间:
2014-07-13 09:24:50
阅读次数:
372
原地址:http://www.tuicool.com/articles/I73QFb由于移动mm的SDK将部分资源文件放在jar包中,导致Unity无法识别,提示failed to find resource file(mmiap.xml}错误需要做以下几步操作:-- 解压mmbilling.2.3...
分类:
移动开发 时间:
2014-07-13 09:22:57
阅读次数:
248
1.(隐式游标)从学生表里面查询xing_ming为1的找到就打印the Policy is updated successfully.否则打印the policy is updated failed.Set Serveroutput on; begin update xueshe...
分类:
数据库 时间:
2014-07-13 00:29:32
阅读次数:
219
1、Shell$ExitCodeException
现象:运行hadoop job时出现如下异常:
14/07/09 14:42:50 INFO mapreduce.Job: Task Id : attempt_1404886826875_0007_m_000000_1, Status : FAILED
Exception from container-launch: org.apache....
分类:
其他好文 时间:
2014-07-11 00:24:58
阅读次数:
355
错误例子:error: command 'cc' failed with exit status 1clang: error: unknown argument: '-multiply_definedsuppress' [-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard err...
分类:
其他好文 时间:
2014-07-10 19:30:11
阅读次数:
3913