码迷,mamicode.com
首页 >  
搜索关键字:failed    ( 7169个结果
解决parseSdkContent failed java.lang.NullPointerException错误
今天我的eclipse崩溃了,报“parseSdkContent failed java.lang.NullPointerException”的错误。所有的安卓项目都不正常,创建项目就会报java.lang.NullPointerException的错误。后来上网搜到了解决办法,办法就是,把项目的存...
分类:编程语言   时间:2014-07-16 21:34:18    阅读次数:219
Android SDK Content loader has encountered a problem” “parseSdkContent Failed ”
昨天做了一个Android的小程序,调试的时候连接真实的手机,而不是用模拟器。今天早上打开eclipse的时候报错:“Android SDK Content loader has encountered a problem” “parseSdkContent Failed ”。原先设置的模拟器也不见...
分类:移动开发   时间:2014-07-16 20:55:07    阅读次数:210
Error building Player: CommandInvokationFailure: Failed to re-package resources. See the Console for details.
Error building Player: CommandInvokationFailure: Failed to re-package resources. See the Console for details.D:\GameDevelopment\adt-bundle-windows-x86...
分类:其他好文   时间:2014-07-13 21:36:10    阅读次数:428
Android SDK更新 Connection to http://dl-ssl.google.com refused 解决方法
原地址: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
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
启动 Eclipse 弹出“Failed to load the JNI shared library jvm.dll”错误的解决方法!
原因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
Unity3d游戏中添加移动MM支付SDK问题处理
原地址: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
oracle 游标使用(隐式游标)
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
INSTALL_FAILED_UID_CHANGED解决办法
最近开发过程中又遇到了这个问题,终于找到了一个比较好的解决办法,在此记录下。 打开手机或者pad中的设置----->安全----->未知来源(允许安装非安卓市场应用程序), 把这个取消,再重新选中,然后重启设备,再安装,就ok了 。 其他关于卸载data下面文件的方法都没想过,重启机器或者恢复出厂设置再连接就好了...
分类:其他好文   时间:2014-07-12 23:31:55    阅读次数:258
Error creating bean with name 'menuController': Injection of autowired dependency……
出现了一大串错误,Error creating bean with name 'userController': Injection of autowired dependencies failed。。。。。  查了代码后发现,原来是在UserServiceImpl中忘了写一句话@Service("userService"),以至于因此导致一系列错误。 在控制层调用业务层,必须在业...
分类:其他好文   时间:2014-07-12 22:15:46    阅读次数:226
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!