回答編集履歴

1

misspri

2016/07/06 05:07

投稿

aja
aja

スコア3733

test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  case R.id.home_start:
12
12
 
13
- Intent intent = new Intent(, Gender.class);
13
+ Intent intent = new Intent(getApplication(), Gender.class);
14
14
 
15
15
  startActivity(intent);
16
16