文章目录
- 问题现象
- 解决问题
- 经验分享
问题现象
最近在使用AndroidStudio
写Flutter程序总是在右下角提示错误信息,完整错误如下,也可以看截图:
Failed to download Kotlin Compiler Maven artifact (org.jetbrains.kotlin:kotlin-dist-for-jps-meta:1.8.0-release).
The search was performed in the following repos: https://repo1.maven.org/maven2
https://repository.jboss.org/nexus/content/repositories/public/
You can use Kotlin compiler which is bundled into your IDE.
Select 'Bundled' version in
'File | Settings | Build, Execution, Deployment | Compiler
服务器托管,北京服务器托管,服务器租用 http://www.fwqtg.net
相关推荐: 【AWK】Scanning all Elements of an Array–每日一译2013-02-05
In programs that use arrays, often you need a loop that executes once for each element of an array. In other languages, where arra…