码迷,mamicode.com
首页 >  
搜索关键字:unable to retrieve    ( 2922个结果
Dex分包处理及classloader学习
当一个app的功能越来越复杂,代码量越来越多,也许有一天便会突然遇到下列现象:1. 生成的apk在2.3以前的机器无法安装,提示INSTALL_FAILED_DEXOPT2. 方法数量过多,编译时出错,提示:Conversion to Dalvik format failed:Unable to e...
分类:其他好文   时间:2015-08-09 20:15:47    阅读次数:290
onfiguration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/security]
org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML sche...
分类:编程语言   时间:2015-08-08 12:01:22    阅读次数:639
eclipse无法连接genymotion+Unable to start the Genymotion virtual device
八月的开头,带着希望和期待,小编继续着实习之路,闭眼呼吸,阳光勾勒微笑,做Android项目,真心想吐槽一下eclipse中的虚拟机,那速度真叫一个慢啊,她肯定是属乌龟的,要不就是蜗牛,这个让小编很是头疼,然后小编就用小编的小米手机测试,不巧的是,小编的数据线坏了,连接不上,后来小编就想,除了eclipse上自带的虚拟机和手机之外,还有什么工具可以替代他们呢?在此特别鸣谢张可可同学,虽然我们素不相...
分类:系统相关   时间:2015-08-08 10:36:16    阅读次数:676
Android eclipse导入项目后出现Unable to resolve target 'android-17'解决方法
eclipse导入项目后出现Unable to resolve target 'android-17'解决方法,在最后附带另一种编译逻辑不成功情况解决方法。 一、问题情况 二、解决办法 1、修改项目的目标版本与eclipse相对应的版本 2、自动修复一下项目 三、这个问题不是上面的。是另外情况,在这里也奉上。如果项目出现逻辑正确,可能有些项目东西没有编译到。解决办...
分类:移动开发   时间:2015-08-08 09:11:10    阅读次数:145
WebDriver连接超时异常
升级前:selenium2.42.2+ firefox 31 firefox提示升级成33之后,之前的代码都无法运行了,表现如下: org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console o...
分类:Web程序   时间:2015-08-07 20:19:13    阅读次数:174
在android项目中导入自己写的jar文件发现不能打包到apk文件中
今天在写项目的时候导入自己写的jar文件,在调试的时候出现找不到jar文件的错误: 08-06 21:42:10.744: E/AndroidRuntime(2578): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.example.iotlife/com.example.iotlife....
分类:移动开发   时间:2015-08-07 11:15:20    阅读次数:176
ios常见bug
1、Unable to run app in Simulator An error was encountered while running (Domain = FBSOpenApplicationErrorDomain, Code = 4) 出现上述问题的时候: iOS Simulator -> Reset Contents and Settings... -> Reset...
分类:移动开发   时间:2015-08-07 11:14:27    阅读次数:217
centos curl版本nss改成openssl
在centos 6.2的系统里面的curl支持的https是nss版本的,而不是openssl的,所以在php使用curl访问https的时候会报Unable to load client key -8178的错误,在google group里面找到了灵感,也是curl和https的,里面说倒是cu...
分类:Web程序   时间:2015-08-06 02:02:53    阅读次数:250
Ubuntu 14.10 下Hadoop 错误集
1FATAL org.apache.hadoop.ha.ZKFailoverController: Unable to start failover controller. Parent znode does not exist. 这个错误导致启动不了DFSZKFailoverController....
分类:系统相关   时间:2015-08-05 21:49:24    阅读次数:599
解决: ERROR JDBCExceptionReporter:78 - Could not retrieve transation read-only status server
环境: mysql+java+hibernate 问题描述: java代码在开始事务后,先做了一个查询,再insert,此时会报: ERROR JDBCExceptionReporter:78 - Could not retrieve transation read-only status server 问题解决过程: 查看mysql的事物隔离级别...
分类:数据库   时间:2015-08-05 14:57:09    阅读次数:580
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!