我得到的錯誤是這樣,當我在繪製文件夾內創建邊境所以給烏爾建議來解決問題 我寫了這樣的代碼有人能幫助我解決我的問題com.android.layoutlib.bridge.MockView不能轉換爲android.view.ViewGroup
感謝大家
我得到的錯誤是這樣,當我在繪製文件夾內創建邊境所以給烏爾建議來解決問題 我寫了這樣的代碼有人能幫助我解決我的問題com.android.layoutlib.bridge.MockView不能轉換爲android.view.ViewGroup
感謝大家
請您在GraphicLayout錯誤日誌或控制檯完整的錯誤。 檢查編譯時未識別的拼寫或拼寫錯誤。
例如: 見下面
<LinearLauout
android:id="@+id/layout3"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1" >
<TextView
android:id="@+id/text4"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/hello" />
</LinearLauout>
在關閉佈局塔格錯字錯誤在佈局xml文件的圖形佈局圖中蝕出的錯誤:
com.android.layoutlib.bridge。 MockView無法轉換爲android.view.ViewGroup 在窗口>顯示視圖>錯誤日誌中記錄異常詳細信息 找不到以下類: - LinearLauout(更改爲LinearLayout,修復構建路徑,編輯XML)
點擊「更改爲linerlayout」它將被解決。
並且還檢查大寫字母,例如, 大號 inear 大號 ayout可以分類爲升 inear 升 ayout
關閉你的Eclipse並重新啓動它...通常就消失了