質問編集履歴

2

見せてはならない情報が出ていた

2016/08/16 11:03

投稿

yryuu
yryuu

スコア151

test CHANGED
File without changes
test CHANGED
@@ -28,10 +28,6 @@
28
28
 
29
29
  import android.content.Context;
30
30
 
31
- import com.example.owner.smcc_inbound_media.gson.CouponGson;
32
-
33
- import com.example.owner.smcc_inbound_media.gson.ShopGson;
34
-
35
31
  import com.google.gson.Gson;
36
32
 
37
33
  import com.google.gson.reflect.TypeToken;

1

間違いを訂正

2016/08/16 11:03

投稿

yryuu
yryuu

スコア151

test CHANGED
File without changes
test CHANGED
@@ -7,6 +7,18 @@
7
7
  エラーが以下の行で出てしまいます。
8
8
 
9
9
  なぜ出るのでしょうか
10
+
11
+
12
+
13
+
14
+
15
+ ```ここに言語を入力
16
+
17
+ compile 'com.google.code.gson:gson:2.3.1'
18
+
19
+ ```
20
+
21
+
10
22
 
11
23
 
12
24
 
@@ -42,18 +54,6 @@
42
54
 
43
55
 
44
56
 
45
- compile 'com.google.code.gson:gson:2.3.1'
46
-
47
- ```
48
-
49
-
50
-
51
- ```ここに言語を入力
52
-
53
-
54
-
55
-
56
-
57
57
  //以下で出ています
58
58
 
59
59
  JsonReader jsonReader = new JsonReader( new InputStreamReader( inputStream ) );