android studioの初使用でエラーがでる
解決したいこと
android studioで初めての起動で、このようなエラーがでてしまい、Hello worldさえ表示できません。初心者のためどのようにすればよいのか見当もつかず、ネットで検索してもわかりませんでした。どうか解決策を教えてください。
環境:Android Studio Ladybug | 2024.2.1 Patch
発生している問題・エラー
Plugin [id: 'com.android.application', version: '8.7.2', apply: false] was not found in any of the following sources:
* Try:
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
* Exception is:
org.gradle.api.plugins.UnknownPluginException: Plugin [id: 'com.android.application', version: '8.7.2', apply: false] was not found in any of the following sources:
事前に調べたもの