greenDao 插件没有找到。检查下工配置插件仓库的地方,可以加上的国内的镜像试试。或者升高/降低插件版本尝试解决问题。
工程下gradle配置文件中,应该有配置依赖包仓库的位置和插件依赖仓库位置。找到了进行配置
插件下载失败,你把配置里面的下载地址增加一个阿里云的地址
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/google' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/gradle-plugin' }
google()
jcenter()
目录:
写博客,你能得到啥
怎么写博客?
在哪写博客?