我試圖設置加入到我的第一個Android應用程序,但我有問題的意圖,代碼爲:構造函數的意圖是不確定的?
if (item.getItemId() == R.id.action_settings) {
Intent intent1 = new Intent(this, Settings.class);
startActivity(intent1);
return true;
}
和錯誤是:
The constructor Intent(NavigationDrawerFragment, Class<Settings>) is undefined
誰能幫助嗎?
那的作品!謝謝 ! – SURViR 2014-11-03 17:38:10