Error:(108) No resource identifier found for attribute #39;style#39; in package #39;android#39;
生活随笔
收集整理的這篇文章主要介紹了
Error:(108) No resource identifier found for attribute #39;style#39; in package #39;android#39;
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
Error:(108) No resource identifier found for attribute 'style' in package 'android'
?解決方案:
這是錯誤的寫法: android:style="?android:attr/progressBarStyleHorizontal" />去掉android:這個namespace就行了?
正確寫法如下:style="?android:attr/progressBarStyleHorizontal" />
?
好,完美解決。之所以會出現這樣錯誤,就是老的寫法現在已經不兼容了。布局樣式也要與時俱進。
總結
以上是生活随笔為你收集整理的Error:(108) No resource identifier found for attribute #39;style#39; in package #39;android#39;的全部內容,希望文章能夠幫你解決所遇到的問題。