一、前往以下官网:
https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.8.0/
做两件事
1. 下载jar包,用你的迅雷、fdm anyway。
2. 记录对应jar包的sha1 ,即直接浏览器打开https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.8.0/kotlin-compiler-embeddable-1.8.0.jar.sha1
显示的内容。
二、手动前往你的【用户目录】的.gradle目录
.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-compiler-embeddable/1.8.0/
然后根据https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.8.0/kotlin-compiler-embeddable-1.8.0.jar.sha1的内容,新建文件夹名为 eb9118d4bcceaa2a94b2ae2a33a4ddba7c9a947f 的文件夹
三、在 eb9118d4bcceaa2a94b2ae2a33a4ddba7c9a947f 目录里,放进去你下载的 kotlin-compiler-embeddable-1.8.0.jar即可。
即:
files-2.1的目录组织结构为文章来源:https://www.toymoban.com/news/detail-518844.html
${org}/${package}/${version}/${sha1}/${package-version}.jar
文章来源地址https://www.toymoban.com/news/detail-518844.html
到了这里,关于Android Studio 下载kotlin-compiler-embeddable-1.8.0.jar慢的解决办法的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!