Error inflating class TextView

Caused by: android.view.InflateException: Binary XML file line #29: Binary XML file line #29: Error inflating class TextView
Caused by: android.view.InflateException: Binary XML file line #29: Error inflating class TextView
Caused by: java.lang.UnsupportedOperationException: Failed to resolve attribute at index 15: TypedValue{t=0x2/d=0x7f0400ee a=-1}

检查 XML, 没有问题就是 Theme 的问题.

修改 AndroidManifest.xml Activity android:theme 指向的 Theme

 <activity
    android:name=".XXXActivity"
    android:theme="@style/XXX" />
发布了137 篇原创文章 · 获赞 49 · 访问量 37万+

猜你喜欢

转载自blog.csdn.net/MAIMIHO/article/details/82024089