最赞回答 / 出水芙蓉
出现问题:Manifest merger failed with multiple errors, see logs解决方法:在创建项目时候,勾选一下下面的use legacy android.support libraries选项就可以了
2021-09-30
最新回答 / 小狮子
使用阿里云提供的镜像仓库即可:
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/...
2021-09-12