質問編集履歴
2
コードの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -28,7 +28,7 @@
|
|
28
28
|
|
29
29
|
|
30
30
|
|
31
|
-
package com.example.
|
31
|
+
package com.example.myfirstapp;
|
32
32
|
|
33
33
|
|
34
34
|
|
@@ -86,7 +86,7 @@
|
|
86
86
|
|
87
87
|
```java
|
88
88
|
|
89
|
-
package com.example.
|
89
|
+
package com.example.myfirstapp;
|
90
90
|
|
91
91
|
|
92
92
|
|
1
コードの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -26,7 +26,13 @@
|
|
26
26
|
|
27
27
|
```java
|
28
28
|
|
29
|
+
|
30
|
+
|
31
|
+
package com.example.test;
|
32
|
+
|
33
|
+
|
34
|
+
|
29
|
-
import androidx.appcompat.app.AppCompatActivity;
|
35
|
+
import androidx.appcompat.app.AppCompatActivity;
|
30
36
|
|
31
37
|
import android.content.Intent;
|
32
38
|
|
@@ -80,6 +86,10 @@
|
|
80
86
|
|
81
87
|
```java
|
82
88
|
|
89
|
+
package com.example.test;
|
90
|
+
|
91
|
+
|
92
|
+
|
83
93
|
import androidx.appcompat.app.AppCompatActivity;
|
84
94
|
|
85
95
|
import android.content.Intent;
|