styleable cannot be resolved or is not a field
生活随笔
收集整理的這篇文章主要介紹了
styleable cannot be resolved or is not a field
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
做圓形頭像 的時候使用第三方的導入自己的項目中報錯誤,
錯誤:styleable cannot be resolved or is not a field
也就是下圖
這樣的 原因 呢是自己沒有細心去研究過 這個第三方到時是怎樣實現
圓形圖片的? 本例的原因就是values下的attrs沒有復制到自己的共工程總
把這個attrs復制到自己的工程中錯誤就自動消失了
順便提醒下在布局中別忘了寫
?xmlns:app="http://schemas.android.com/apk/res-auto"
這句話否則會報錯error: Error parsing XML: unbound prefix
這句話的位置:見下圖
總結
以上是生活随笔為你收集整理的styleable cannot be resolved or is not a field的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: android R文件丢失解决方法
- 下一篇: 线性布局上的一个小错误