随笔分类 -  Exception集合

Exception集合
摘要:在使用TableLayout的时候,运行引用程序直接Crash。 FATAL EXCEPTION: main Process: com.edaixi.activity, PID: 9703 java.lang.RuntimeException: Unable to start activity Co 阅读全文
posted @ 2016-02-18 17:33 狂奔的小狮子 阅读(5641) 评论(0) 推荐(0)
摘要:高危】WebView高危接口安全检测共2处详细内容:在Android系统4.3.1~3.0版本,系统webview默认添加了searchBoxJavaBridge_接口,如果未移除该接口可能导致低版本Android系统远程命令执行漏洞问题代码:privateWebViewa;privateWebVi 阅读全文
posted @ 2016-02-16 10:14 狂奔的小狮子 阅读(1644) 评论(3) 推荐(0)
摘要:Error:Execution failed for task ':app:processDebugManifest'.> Manifest merger failed : uses-sdk:minSdkVersion 9 cannot be smaller than version 10 decl... 阅读全文
posted @ 2016-01-11 18:17 狂奔的小狮子 阅读(4848) 评论(0) 推荐(0)
摘要:使用信鸽推送,却怎么也没反应。经过查看log发现确实是收到了推送过来的消息了,其中有这么一行:W/dalvikvm(23255): VFY: unable to resolve virtual method 1345: Landroid/support/v4/app/NotificationComp... 阅读全文
posted @ 2015-12-29 21:41 狂奔的小狮子 阅读(905) 评论(0) 推荐(0)
摘要:Error:Execution failed for task ':app:dexDebug'.> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process ... 阅读全文
posted @ 2015-11-27 12:52 狂奔的小狮子 阅读(2565) 评论(0) 推荐(0)
摘要:新版本的Android Gradle plugin中,对于resource有了更加一步的管理,可以把unused resource移除,不仅是自己工程,并且library里面也可以没有用到的,也可以移除。需要体验这个功能,build.gradle配置如下:android { ... bu... 阅读全文
posted @ 2015-10-08 15:20 狂奔的小狮子 阅读(2941) 评论(0) 推荐(0)
摘要:error log:your local changes would be overwritten by merge. commit stash or revert them to proceed. view them You can't merge with local modification... 阅读全文
posted @ 2015-10-08 11:19 狂奔的小狮子 阅读(18523) 评论(1) 推荐(1)
摘要:Error:Execution failed for task ':app:packageDebug'.> Duplicate files copied in APK META-INF/LICENSE.txt File 1: /Users/weichunsheng/.gradle/caches/... 阅读全文
posted @ 2015-08-31 10:32 狂奔的小狮子 阅读(1277) 评论(0) 推荐(0)
摘要:在使用百度地图定位的时候,BDLocation 不为空,但是,城市,地址各个字段都为空,需要设置option.setAddrType("all");全部代码为:mLocClient = new LocationClient(this); mLocClient.registerLocat... 阅读全文
posted @ 2015-08-20 16:47 狂奔的小狮子 阅读(827) 评论(0) 推荐(0)
摘要:08-07 14:46:33.795: E/Surface(4927): dequeueBuffer failed (Invalid argument)08-07 14:46:33.800: E/ViewRootImpl(4927): Could not lock surface08-07 14:4... 阅读全文
posted @ 2015-08-07 15:13 狂奔的小狮子 阅读(7091) 评论(1) 推荐(0)
摘要:异常信息如下:07-26 17:23:49.521: W/dalvikvm(29229): threadid=1: thread exiting with uncaught exception (group=0x40db8930) 出现这种情况,有可能是View,在Activity中强制类型转换的... 阅读全文
posted @ 2015-07-28 17:28 狂奔的小狮子 阅读(1581) 评论(0) 推荐(0)
摘要:07-20 14:27:11.477: E/InputEventReceiver(7209): Exception dispatching input event.07-20 14:27:11.477: E/MessageQueue-JNI(7209): Exception in MessageQu... 阅读全文
posted @ 2015-07-22 14:54 狂奔的小狮子 阅读(5928) 评论(0) 推荐(0)