2016-08-18 70 views
-1

我陷入了一個小問題。我無法使用LayoutInflator,當我嘗試創建它的一個實例時,我得到這個錯誤稱爲無法解析此符號。任何人都可以告訴我爲什麼我無法使用佈局充氣器。我的活動擴展了AppCompatActivity。Android版式充氣器無法使用?

任何幫助表示讚賞! 在此先感謝!

+0

當你有這個錯誤時,你有什麼試過的?你試過這個'LayoutInflater inflater = LayoutInflater.from(this);'或簡單''LayoutInflater inflater = getLayoutInflater();' – Vucko

+2

請分享你已經試過的代碼。 –

+0

嘿謝謝你的回覆!我只是試圖創建一個LayoutInflator實例 – Sidharth

回答

1

像這樣使用它。

LayoutInflater inflater = LayoutInflater.from(Class.this);