下载Android studio 大黄蜂版本后,新建项目出现报错:
Build file 'xxx\build.gradle.kts' line: 2
Plugin [id: 'com.android.application', version: 'xxx', 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.
………
我的解决办法:
下载的时候选择stand。
Project structure—gradle settings选择corretto11
Settings里同样选择corretto11