@[TOC](Unexpected tokens (use ; to separate expressions on the same line))
问题描述:Unexpected tokens (use ; to separate expressions on the same line)
原因:Android Studio 更新到最新的版本之后,gradle工程目录结构发生改变
问题:
这个是在jitpack里面 找到的依赖文章来源:https://www.toymoban.com/news/detail-757482.html
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://www.jitpack.io' }
}
}
解决方法:
maven { url=uri("https://www.jitpack.io")}
结尾
点击后面就可以导入自己需要的依赖了。文章来源地址https://www.toymoban.com/news/detail-757482.html
到了这里,关于解决Android Studio Unexpected tokens (use ; to separate expressions on the same line)的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!