I'm facing below error when I try to sync my new project:
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
I have installed android studio with below version:
Android Studio Dolphin | 2021.3.1 Patch 1 Build #AI-213.7172.25.2113.9123335, built on September 30, 2022 Runtime version: 11.0.13+0-b1751.21-8125866 amd64
I tried many solutions from stackoverflow but none of them working.
I have connected with office VPN network is this blocking gradle build ? If yes Please let me know how can I resolve this.