错误:(26, 13) Failed to resolve: com.android.support:appcompat-v7:27.+
Posted 143401010116
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了错误:(26, 13) Failed to resolve: com.android.support:appcompat-v7:27.+相关的知识,希望对你有一定的参考价值。
小编也是初学安卓,今天配置环境的时候遇到这个问题了,搞了半天终于找到了问题
在build.gradle中添加
allprojects { repositories { jcenter() maven { url "https://maven.google.com" }//新添语句 } }
以上是关于错误:(26, 13) Failed to resolve: com.android.support:appcompat-v7:27.+的主要内容,如果未能解决你的问题,请参考以下文章
错误:Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:2.7:resources (default-res
eclipse运行错误提示 Failed to load D:Androidsdkuild-tools26.0.0-previewlibdx.jar
Android 模拟机出现Installation failed due to invalid URI!错误
android------eclipse运行错误提示 Failed to load D:Androidsdkuild-tools26.0.0-previewlibdx.jar
nginx:connect() to 127.0.0.1:5601 failed (13: Permission denied) while connecting to upstream错误(示例代码
nginx: [emerg] bind() to 0.0.0.0:18071 failed (13: Permission denied)