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

質問編集履歴

2

エラーメッセージの追記

2019/08/12 08:36

投稿

arpk7
arpk7

スコア2

title CHANGED
File without changes
body CHANGED
@@ -12,4 +12,25 @@
12
12
 
13
13
  解決策、若しくは原因として考えられるものをご教示願います。
14
14
 
15
- ![イメージ説明](d2ae2d516329b662e4251a53bdde649f.jpeg)
15
+ ![イメージ説明](d2ae2d516329b662e4251a53bdde649f.jpeg)
16
+
17
+ 画像内のエラーメッセージ
18
+ Unable to resolve dependency for ':app@debug/compileClasspath': Could not find any version that matches com.android.support:appcompat-v7:29.
19
+
20
+ Unable to resolve dependency for ':app@debug/compileClasspath': Could not find any version that matches com.android.support:design:29.
21
+
22
+ Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not find any version that matches com.android.support:appcompat-v7:29.
23
+
24
+ Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not find any version that matches com.android.support:design:29.
25
+
26
+ Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Could not find any version that matches com.android.support:appcompat-v7:29.
27
+
28
+ Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Could not find any version that matches com.android.support:design:29.
29
+
30
+ Unable to resolve dependency for ':app@release/compileClasspath': Could not find any version that matches com.android.support:appcompat-v7:29.
31
+
32
+ Unable to resolve dependency for ':app@release/compileClasspath': Could not find any version that matches com.android.support:design:29.
33
+
34
+ Unable to resolve dependency for ':app@releaseUnitTest/compileClasspath': Could not find any version that matches com.android.support:appcompat-v7:29.
35
+
36
+ Unable to resolve dependency for ':app@releaseUnitTest/compileClasspath': Could not find any version that matches com.android.support:design:29.

1

誤字

2019/08/12 08:36

投稿

arpk7
arpk7

スコア2

title CHANGED
File without changes
body CHANGED
@@ -1,6 +1,6 @@
1
1
  ### IntelliJ IDEA でGradleの同期ができていない…?
2
2
 
3
- プログラム開発初心者なので分かりにくい質問となっていると思いますが、ご容赦願います。
3
+ プログラム開発に関して、完全に初心者なので分かりにくい質問となっていると思いますが、ご容赦願います。
4
4
 
5
5
  IntelliJ IDEA で Android の開発をしようと思っています。
6
6