2016-12-19 31 views
-3

我想運行一個應用程序,我從互聯網上下載了源代碼並遇到問題。錯誤:不支持的類型'持有者'

<?xml version="1.0" encoding="utf-8"?> 
<resources> 
<item 
    type="holder" 
    name="id_name" /> 
<item 
    type="categorie" 
    name="id_name" /> 
</resources> 

我得到的錯誤是 應用程序的\ src \主\水庫\值\ id2.xml:錯誤:不支持的類型'持有人」不能解析符號 '持有人'

我該如何克服這個問題?

回答

1

這是因爲您只能在項目標籤中使用以下類型。

enter image description here

而且類型可以包含上述值的參考。

相關問題