标签:end project 解决 event not eventbus tor dep roi
android studio打包weexplus项目时,gradle失败报错:
ERROR: Unable to resolve dependency for ‘:app@debug/compileClasspath‘: Could not download eventbus.jar
解决办法:下载不到相应的类库,添加镜像源
在project build.gradle更改为
allprojects {
repositories {
maven {
url "https://maven.aliyun.com/repository/google"
}
maven {
url "https://maven.aliyun.com/repository/jcenter"
}
}
}
android studio打包weexplus项目常见错误
标签:end project 解决 event not eventbus tor dep roi
原文地址:https://www.cnblogs.com/yuwenjing0727/p/12442745.html