- 博客(6)
- 收藏
- 关注
原创 android异常之android.view.WindowLeaked
异常问题:android.view.WindowLeaked开发过程遇到这样一个问题,先贴异常log:android.view.WindowLeaked: CommonWebViewActivity has leaked window android.widget.ZoomButtonsController$Container{bf4bd55 V.E...... ......I. 0,0-1080
2017-09-26 15:28:11
625
原创 开发问题之android studio布局显示异常
今天在开发过程中遇到一个大问题,在切换到android studio布局页面的时候会出现白屏,无法显示出具体控件,但是当我切换到其他project的时候一切显示正常,比较蛋疼,先贴异常代码: 1、Failed to instantiate one or more classesRendering failed with a known bug. Please try a rebuild. Th
2017-04-01 00:34:25
22569
原创 安卓异常之:java.lang.NumberFormatException: Invalid int: "1,000"
今天在项目过程中遇到这样一个异常,先贴异常代码:java.lang.NumberFormatException: Invalid int: "1,000" at java.lang.Integer.invalidInt(Integer.java:138)
2017-03-03 10:46:47
8181
原创 RadioGroup选中状态的问题
在XML文件中设置具体的radioButton的选中状态:android:checked = "true"如果radioGroup中存在三个或以上个radioButton那么, 选中的radioButton会一直是选中状态,不会进行状态切换。 解决办法: 在代码中使用radioGroup.check(默认选中radioButton) 可以避免该问题出现
2017-03-02 14:30:16
2011
原创 安卓开发NullPointException集合(1)
今天在调试手机时遇到一个空指针异常,先贴代码记录一下:FATAL EXCEPTION: main Process: com.junnuo.didon, PID: 28273
2017-03-02 14:19:46
993
原创 安卓异常之Error:Execution failed for task ':app:processDebugManifest'
Error:Execution failed for task ‘:app:processDebugManifest’起初我以为是华为这个渠道出问题,删除,出现其他渠道问题。因此排除这种可能。 先贴上问题的答案所在地址[https://www.zhihu.com/question/36645628][6] 最后发现这是因为Manifest merge出现了重复。 查看manifest文件后终
2017-03-02 12:13:13
8875
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人