IntelliJ IDEA でGradleの同期ができていない…?
プログラム開発に関して、完全に初心者なので分かりにくい質問となっていると思いますが、ご容赦願います。
IntelliJ IDEA で Android の開発をしようと思っています。
(AndroidではなくJava単体の開発はできています。)
プロジェクトSDKは、Android API 29 Platform (java version "12.0.1")となっています。
以下のような画面が表示され、エラーとなっています。
解決策、若しくは原因として考えられるものをご教示願います。
画像内のエラーメッセージ
Unable to resolve dependency for ':app@debug/compileClasspath': Could not find any version that matches com.android.support:appcompat-v7:29.
Unable to resolve dependency for ':app@debug/compileClasspath': Could not find any version that matches com.android.support:design:29.
Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not find any version that matches com.android.support:appcompat-v7:29.
Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not find any version that matches com.android.support:design:29.
Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Could not find any version that matches com.android.support:appcompat-v7:29.
Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Could not find any version that matches com.android.support:design:29.
Unable to resolve dependency for ':app@release/compileClasspath': Could not find any version that matches com.android.support:appcompat-v7:29.
Unable to resolve dependency for ':app@release/compileClasspath': Could not find any version that matches com.android.support:design:29.
Unable to resolve dependency for ':app@releaseUnitTest/compileClasspath': Could not find any version that matches com.android.support:appcompat-v7:29.
Unable to resolve dependency for ':app@releaseUnitTest/compileClasspath': Could not find any version that matches com.android.support:design:29.

