前提
Android Studioをインストールしました。
最初のアプリを作成しようと、Empty Activityからプロジェクトを作成しました。
しかし、アプリ初期状態でビルドに失敗し、以下のエラーメッセーじが出ます。
Plugin [id: 'com.android.application', version: '7.3.1', apply: false] was not found in any of the following sources.
build.gradleも.xmlも.ktも何もコードは触っていません。
※プロキシを使用しています。AndroidStudioのプロキシのコネクションチェックは成功しています。
どなたか解決方法をご教授いただけますでしょうか。
SDKのバージョン 33.0
Build Tool のバージョン 33.0.0
Gradle Pluginのバージョン 7.3.1
Gradleのバージョン 7.3.3
実現したいこと
ビルドを成功させる
発生している問題・エラーメッセージ
Plugin [id: 'com.android.application', version: '7.3.1', 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. * Exception is: org.gradle.api.plugins.UnknownPluginException: Plugin [id: 'com.android.application', version: '7.3.1', apply: false] was not found in any of the following sources: - Gradle Core Plugins (plugin is not in 'org.gradle' namespace) - Plugin Repositories (could not resolve plugin artifact 'com.android.application:com.android.application.gradle.plugin:7.3.1') Searched in the following repositories: Gradle Central Plugin Repository Google MavenRepo<84 internal lines> at org.jetbrains.plugins.gradle.model.ProjectImportAction.execute(ProjectImportAction.java:116) at org.jetbrains.plugins.gradle.model.ProjectImportAction.execute(ProjectImportAction.java:42)<82 internal lines>
該当のソースコード
試したこと
1.新しいプロジェクトを作成してみましたが同様のエラーでした
2.PCを再起動してみましたが同様のエラーでした
3.アプリをアンインストールして再インストールしてみましたが同様のエラーでした
4..プロキシを切ってbuild.gradleをtry againしてみましたが同様のエラーでした
5.プロキシを切って再インストールしてみましたが同様のエラーでした
補足情報(FW/ツールのバージョンなど)

回答1件
あなたの回答
tips
プレビュー