Hello, I'm running android studio for the first ti...
# configuration-cache
c
Hello, I'm running android studio for the first time and have this error: * Exception is: org.gradle.api.plugins.UnknownPluginException: Plugin [id: 'com.android.application', version: '8.2.2', 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.applicationcom.android.application.gradle.plugin8.2.2') Searched in the following repositories: Google MavenRepo Gradle Central Plugin Repository at org.gradle.plugin.use.internal.DefaultPluginRequestApplicator.resolveToFoundResult(DefaultPluginRequestApplicator.java:237) at org.gradle.plugin.use.internal.DefaultPluginRequestApplicator.lambda$resolvePluginRequests$3(DefaultPluginRequestApplicator.java:167) at org.gradle.util.internal.CollectionUtils.collect(CollectionUtils.java:212) at org.gradle.util.internal.CollectionUtils.collect(CollectionUtils.java:206)...
v
As it is available in the "Google" repo it searched in for, I'd say you might have some proxy, anti-virus, or firewall intervening, or need to use some proxy but did not configure it or something like that. Or maybe it was just a temporary issue, try again with
--refresh-dependencies
and check whether it is found then. If still not, maybe try to additionally use
--info
or
--debug
to maybe get more information what is happening.