
Android 异常处理
s1124117571
这个作者很懒,什么都没留下…
展开
-
java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or des
java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.在第一次使用Android Studio 开发的就抛出了上面的那个异常主要是我换了一个主题就报错了,要是将主题换回Theme.AppCompat就什么事都没有 ...2016-07-16 15:14:20 · 223 阅读 · 0 评论 -
如何在系统默认为无标题栏的时候重新添加标题栏
在修改主题的时候,报了以下错误:android.util.AndroidRuntimeException: You cannot combine custom titles with other title features 可是我在AndroidManifest.xml中根本就没有设置主题就只是在GuideActivity中设置了一个主题 ,为什么就报错了? ...2016-07-16 19:19:39 · 137 阅读 · 0 评论 -
he adapter's contents without calling PagerAdapter#notifyDataSetChanged!
今天在做那个缓存处理的时候,爆出了以下异常: 在使用ViewPager时报出The application’s PagerAdapter changed the adapter’s contents without calling PagerAdapter#notifyDataSetChanged 于是我们肯定会调用adapter.notifyDataSetChanged,但...2016-07-31 19:29:39 · 278 阅读 · 0 评论 -
即时通讯开发中报的异常:-- caused by: java.net.ConnectException: failed to connect to /127.0...
在使用Openfire作为服务器进行即时通讯(IM)开发的时候报出了一下异常: XMPPError connecting to 127.0.0.1:5222.: remote-server-error(502) XMPPError connecting to 127.0.0.1:5222. -- caused by: java.net.ConnectException: failed...2016-08-04 14:31:40 · 2692 阅读 · 0 评论 -
You should implement this support yourself (BaseImageDownloader.getStreamFromOth
今天想利用本地图片资源的Uri来使用ImageLoader加载图片结果报了这么一个错误:You should implement this support yourself (BaseImageDownloader.getStreamFromOtherSource(...)) 09-29 20:11:36.653 27465-27684/com.deltalab.urecomm...2016-09-29 20:12:58 · 395 阅读 · 0 评论 -
Android Gradle Build Error:Some file crunching failed, see logs for details解决办法
版权声明:大家都是成年人,希望转载时标明作者 张拭心 与 原文链接,感谢您的支持!原文链接:http://blog.youkuaiyun.com/u011240877/article/details/50778254 在主工程文件夹下的build点gradle文件里,加两句: aaptOptions点cruncherEnabled = falseaaptOptions点useNew...原创 2016-11-16 20:44:27 · 131 阅读 · 0 评论 -
Adroid Studio 提示Error:(2) Error retrieving parent for item: No resource found th
Adroid Studio 提示Error:(2) Error retrieving parent for item: No resource found that matches 解决办法:看看你的build.gradle文件里面的compileSdkVersion和compile 'com.android.support:'版本是不是对应的...原创 2016-11-16 21:03:04 · 151 阅读 · 0 评论