android預覽介面出錯,Missing styles. Is the correct theme chosen for this layout?

gao_chun發表於2014-09-03

在進行android開發的時候,不免需要除錯。介面預覽也是必須的,不可能修改了一小點功能就部署到機器上。那樣太浪費時間。

在進行介面佈局的時,調整頁面發現介面下方總是有如下錯誤出現,看著真是讓人蛋疼不已。不知道是外掛的問題還是其他問題,

導致無法靜態顯示預覽的UI效果。後來摸索了一下,和以前專案一對比,發現時這個主題的問題。

Missing styles. Is the correct theme chosen for this layout?

Use the Theme combo box above the layout to choose a different layout, or fix the theme style references.

Failed to find style 'textViewStyle' in current theme


解決方法如下:

開啟xml佈局,切換至佈局預覽介面(Graphic Layout),上面一欄有個五角星圖示的下拉箭頭選擇項,預設為notitle,

問題就是出在這裡,根據需要修改這裡的設定值,這裡我的設定為NoTitleBar。

相關文章