随笔分类 -  异常错误神马的、

异常,错误等
摘要:一:什么是ANRANR:Application Not Responding,即应用无响应二:ANR的类型ANR一般有三种类型:1:KeyDispatchTimeout(5 seconds) --主要类型按键或触摸事件在特定时间内无响应2:BroadcastTimeout(10 seconds)BroadcastReceiver在特定时间内无法处理完成3:ServiceTimeout(20 seconds) --小概率类型Service在特定的时间内无法处理完成三:KeyDispatchTimeoutAkey or touch event was not dispatched within t 阅读全文
posted @ 2013-04-23 11:14 你们全家都是包子脸 阅读(466) 评论(0) 推荐(0)
摘要:因为需要升级了一下SDK版本,然后eclipse提示ADT要从目前的18升级到21,然后艰难的升级到21级,升级后导入maven项目的时候总是弹出错误提示:Errors occurred during the build.Errors occurred during the build. Errors running builder 'Android Pre Compiler' on project'项目名称' java.lang.NullPointerException.原因是使用SVN导致:svn在checkout的所有文件的文件夹下都会生成一个.svn文件 阅读全文
posted @ 2013-02-01 12:11 你们全家都是包子脸 阅读(712) 评论(0) 推荐(0)