解决1:Software caused connection abort: recv failed java.net.SocketException: Software caused connection abort: recv failed at java.net.SocketInputStrea...
分类:
其他好文 时间:
2015-06-08 13:07:37
阅读次数:
148
此Demo有一个奇葩的bug
06-05 12:50:44.955: E/AndroidRuntime(16374): Caused by: android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@41d0c028 is not valid; is you...
分类:
其他好文 时间:
2015-06-05 14:02:33
阅读次数:
134
今天下午,在自己的项目中添加了对RecyclerView的支持,但是一直报出“Caused by: java.lang.NoClassDefFoundError: android.support.v7.recyclerview.R$styleable”的异常,在网上搜罗了一遭,稀里糊涂一下午仍没.....
分类:
移动开发 时间:
2015-06-04 19:23:15
阅读次数:
157
应用部分功能出现以下异常:Caused by: java.lang.NoSuchMethodError: com.opensymphony.xwork2.ActionContext.get(Ljava/lang/Object;)Ljava/lang/Object;发现新的get方法变成ActionC...
分类:
其他好文 时间:
2015-06-04 18:59:50
阅读次数:
120
网上有很多manifest的版本,mingw与vs系列也有不同的解决方案,不管那么多,我是使用这篇文章解决这个问题的:So it turns out that I had another bug that caused the non-elevated running branch to run i...
分类:
其他好文 时间:
2015-05-30 00:40:55
阅读次数:
479
java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.LogFact....
分类:
编程语言 时间:
2015-05-28 17:54:05
阅读次数:
150
1.interface org.springframework.aop.SpringProxy is not visible from class loader
解决方法:引入spring aop的包
2.运行平台的MainApplication报了这样的错误:签名信息不匹配
Caused by: java.lang.IllegalArgumentException: protocol =...
分类:
其他好文 时间:
2015-05-28 10:57:49
阅读次数:
196
"warning: function declaration isn't a prototype" was caused by the function like that:return_type XXX(){.......}Please just modify the input paramter...
分类:
其他好文 时间:
2015-05-27 11:55:42
阅读次数:
647
如果遇到这个问题,首先考虑以下原因:你是否在setText()方法中设置了一个int型变量,比如setText(10)。这样Android系统就会主动去资源文件当中寻找, 但是它不是一个资源文件ID, 所以就会报出这个bug。解决办法:将int型业务数据,转换成String类型即可,比如setTex...
分类:
移动开发 时间:
2015-05-26 18:15:54
阅读次数:
212
在使用Gson解析JSON数据时,报错:Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 3939原因:传入的参数有问题;while((len=input...
分类:
编程语言 时间:
2015-05-24 14:05:23
阅读次数:
430