質問編集履歴
2
エラーメッセージの追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -12,4 +12,25 @@
|
|
12
12
|
|
13
13
|
解決策、若しくは原因として考えられるものをご教示願います。
|
14
14
|
|
15
|
-

|
15
|
+

|
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
誤字
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
|
|