質問編集履歴

1

app.gradleを追加

2018/05/06 01:15

投稿

takeji
takeji

スコア21

test CHANGED
File without changes
test CHANGED
@@ -136,8 +136,22 @@
136
136
 
137
137
  05-04 16:08:21.410 26116-26227/略.私のアプリ名です E/libEGL: validate_display:99 error 3008 (EGL_BAD_DISPLAY)
138
138
 
139
+ ```
140
+
141
+ ```
142
+
143
+ app.gradleです
139
144
 
140
145
 
141
146
 
147
+ dependencies {
148
+
149
+ implementation 'com.android.support:support-v4:26.1.0'
150
+
151
+ implementation 'com.google.android.gms:play-services-ads:15.0.0'
152
+
153
+ testImplementation 'junit:junit:4.12'
154
+
155
+ }
142
156
 
143
157
  ```