我一直有這個問題了一會兒:Android的XML瀏覽器失敗
這裏是我的header.xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:orientation="vertical">
<ImageView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:src="@drawable/logo_text"/>
</LinearLayout>
這是什麼了Eclipse/Android的XML瀏覽器是給我:
Unable to resolve drawable "C:\Users\Me\MyApp\res\drawable-hdpi\logo_text.png" in attribute "src"
這發生在其他項目以及看似隨機的圖像。項目 - >清潔也沒有幫助。我知道這對我的機器或eclipse安裝來說是一個問題,因爲它不會發生在我的工作機器上,只有我的家用筆記本電腦上。
安裝應用程序時沒有任何問題,但能夠在無需反覆安裝應用程序的情況下查看佈局更改會很好。
編輯
我也得到這些信息隨時我用在佈局文件的自定義視圖:
error!
UnsupportedClassVersionError: Bad version number in .class file
Unable to resolve drawable "C:\Users\Me\MyApp\res\drawable-hdpi\logo_text.png" in attribute "src"
Exception details are logged in Window > Show View > Error Log
即使我有這個問題。重新啓動eclipse爲我工作。但這只是一種解決方法,並非解決方案。 – Abhilasha