teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

app.gradleを追加

2018/05/06 01:15

投稿

takeji
takeji

スコア21

title CHANGED
File without changes
body CHANGED
@@ -67,6 +67,13 @@
67
67
  05-04 16:08:20.666 26116-26143/? E/WVMExtractor: Failed to open libwvm.so: dlopen failed: library "libwvm.so" not found
68
68
  05-04 16:08:21.008 26116-26168/? E/MPlugin: Unsupported class: com.mediatek.common.telephony.IOnlyOwnerSimSupport
69
69
  05-04 16:08:21.410 26116-26227/略.私のアプリ名です E/libEGL: validate_display:99 error 3008 (EGL_BAD_DISPLAY)
70
+ ```
71
+ ```
72
+ app.gradleです
70
73
 
71
-
74
+ dependencies {
75
+ implementation 'com.android.support:support-v4:26.1.0'
76
+ implementation 'com.google.android.gms:play-services-ads:15.0.0'
77
+ testImplementation 'junit:junit:4.12'
78
+ }
72
79
  ```