質問編集履歴

2

androidstudio3.2

2019/01/28 07:14

投稿

kaji
kaji

スコア648

test CHANGED
File without changes
test CHANGED
@@ -58,6 +58,8 @@
58
58
 
59
59
 
60
60
 
61
+ androidstudio3.2
62
+
61
63
  gradle:3.2.0
62
64
 
63
65
  gradle-4.6-all.zip

1

import android.util.Log;

2019/01/28 07:14

投稿

kaji
kaji

スコア648

test CHANGED
File without changes
test CHANGED
@@ -7,6 +7,8 @@
7
7
  パターン1
8
8
 
9
9
  ```
10
+
11
+ import android.util.Log;
10
12
 
11
13
  String tag = "MainActivity";
12
14
 
@@ -21,6 +23,8 @@
21
23
  パターン2
22
24
 
23
25
  ```
26
+
27
+ import android.util.Log;
24
28
 
25
29
  String tag = "MainActivity";
26
30