美文网首页
Could not resolve com.android.su

Could not resolve com.android.su

作者: Holden_Cao | 来源:发表于2018-03-20 12:08 被阅读0次

新建一个项目的时候报错,如下:

Error:Could not resolve all files for configuration ':app:debugCompileClasspath'.

Could not resolve com.android.support:appcompat-v7:26.1.0. Required by:project :app No cached version of com.android.support:appcompat-v7:26.1.0 available for offline mode. No cached version of com.android.support:appcompat-v7:26.1.0 available for offline mode.

解决办法如下: 打开 File->Settings->Build, Execution, Deployment->Gradle->Uncheck Offline work option 然后就可以运行了。

相关文章

网友评论

      本文标题:Could not resolve com.android.su

      本文链接:https://www.haomeiwen.com/subject/ixgvqftx.html