我自學Android項目,我對android和java很陌生。 我不能找出錯誤,請幫忙,Toast不適用於參數
Toast.makeText(this, msg, Toast.LENGTH_LONG).show();
這給了我,我在下面粘貼錯誤: 在類型Toast
方法makeText(Context, CharSequence, int)
不適用於參數(new BleWrapperUiCallbacks.Null(){}, String, int)
當我使用「上下文」而不是「這個」,沒有錯誤。 如果我想使用「this」這個關鍵詞,那麼我應該怎麼做? 和toast.maketext
函數上的「this」關鍵字有什麼用?感謝您。
要顯示「吐司」? – 2014-11-25 12:19:31
轉到[http://developer.android.com/guide/topics/ui/notifiers/toasts.html](http://developer.android.com/guide/topics/ui/notifiers/toasts.html)和再也不要問這種類型的問題了.Plzzz – 2014-11-25 12:21:24
'activityname.this' insted'this'n try hope it works for u。 – 2014-11-25 12:21:36