2016-03-28 89 views
0

我正在設計我的佈局,並且我從Sketch中導出了很多素材。一切都會好的,但只在一個特定的資產,我發現了以下錯誤:Android Studio無法解析繪製的資源

enter image description here

資源是存在的,包括在項目中,我可以打開它(常規PNG)完美等,與任何其他資產無異。

當我在錯誤點擊Details上面,我得到:

java.lang.NumberFormatException: Color value '@drawable/comment_off' must start with # 
    at com.android.layoutlib.bridge.impl.ResourceHelper.getColor(ResourceHelper.java:79) 
    at com.android.layoutlib.bridge.impl.ResourceHelper.getDrawable(ResourceHelper.java:270) 
    at android.content.res.BridgeTypedArray.getDrawable(BridgeTypedArray.java:729) 
    at android.widget.ImageView.<init>(ImageView.java:152) 
    at android.widget.ImageView.<init>(ImageView.java:140) 
    at android.widget.ImageView.<init>(ImageView.java:136) 
    ... 

爲什麼地球上沒有的Android工作室認爲我的繪製是一個顏色,而它就像我的項目中所有其他資產PNG圖像?

回答

0

您可能需要檢查繪圖文件夾的拼寫以確保其正確,並且圖像存在於引用的資產文件夾中。