
Android异常
lzy_tinyjoy
勿在浮沙筑高台
展开
-
DialogFragment全屏显示很简单
再过半小时就周末了,偏偏就在这时候测试送来了一份大礼:直播间Nexus 6艺人面板UI显示不正确,擦擦擦,心中一万个草泥马狂奔,没办法还要过周末呢,赶紧吧。 打开艺人面板一看是个Fragment而且继承自DialogFragment,先打开Fragment的页面狂看一通,没有任何问题,这更着急了,咋回事呢原创 2016-07-22 18:30:37 · 7882 阅读 · 1 评论 -
EventBusException: Subscriber class *** and its super classes have no public methods with the @Subsc
简述: 去年的时候使用过一次EventBus,今天又遇到使用EventBus的项目,由于时隔一年多了所以写了一个Demo,但不行的是按照往常的用法却报出了这个异常: EventBusException: Subscriber class *** and its super classes have no public methods with the @Subscribe annota原创 2016-07-11 15:55:37 · 7658 阅读 · 1 评论 -
Android异常---ActivityNotFoundException
该异常是比较常见的,主要是在编写代码过程中的粗心造成的。 总结: ActivityNotFoundException异常造成的原因如下: 1、Intent未指明意图的Activity 2、Intent指明的Activity未在AndroidManifest.xml配置文件中声明 实例演示: 我写的代码如下:这是一个Intent意图未写明跳转的Activity所造成的异常原创 2016-07-11 14:12:43 · 1292 阅读 · 0 评论 -
Use View.isInEditMode() in your custom views to skip code or show sample data when shown in the IDE
Android Studio中在XML加载布局时出现如下错误:原创 2016-07-07 10:43:59 · 1963 阅读 · 0 评论