我有一個resources.xml中文件位於下direcotry 值/,這是R.styleable無法解析,爲什麼?
/values/resources.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="TheMissingTabWidget">
<attr name="android:divider" />
</declare-styleable>
</resources>
在我的Java代碼,當我嘗試訪問此資源由R.styleable.TheMissingTabWidget
,eclipse抱怨風格不能解決或不是字段。爲什麼?爲什麼我無法訪問此資源? (我正在使用android 2.1更新)。
可能的重複[Android的Hello,Gallery教程 - 「R.styleable無法解析」](http://stackoverflow.com/questions/1717489/android-hello-gallery-tutorial-r-styleable-can-be-resolved) –
如果你仍然有問題 - 檢查你正在使用哪個R。你必須使用你的項目R class –