[问题] 我遇到了一个在V19遇到的crash~

楼主: freedom74569   2016-07-14 00:15:21
在V19 SAMSUNG NOTE2遇到了一个问题,不过在以上的版本S5,S6,S7就没有问题
Error log 是这样子的:
Caused by: android.content.res.Resources$NotFoundException:
Resource is not a Drawable (color or path): TypedValue{t=0x1/d=0x7f02004c a=-1 r=0x7f02004c}
at android.content.res.Resources.loadDrawable(Resources.java:3394)
at android.content.res.TypedArray.getDrawable(TypedArray.java:602)
我有上网爬一些solution:
就是可以改一下我的一些图片资源的地方,试过了还是不行。
不过改了values-19的styles,在values-21就长得一样没有加上parent:
<style name="AppTheme.NoActionBar" 加了->parent="android:Theme" >
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="android:windowContentOverlay">@null</item>
</style>
他的Error log 就改变成:
Binary XML file line #14: You must supply a layout_height attribute.
然后又去找了这个问题的一些solution就找了哪边没有加入layout_height,
或是检查xml档的写法,目前是没有问题的。
就是在4.4.2以上的版本目前是可以正常run的,所以真的debug de不到,
所以冒昧上来版上问问,有没有人遇到同样问题有解决的。
作者: marfha   2016-07-14 00:46:00
如果有code会比较好,不然光看error log只能用猜的

Links booklink

Contact Us: admin [ a t ] ucptt.com