将项目导入android studio时出现如下问题:

Error:A problem occurred configuring project ':app'.

> Could not resolve all dependencies for configuration ':app:_debugApkCopy'.
   > Could not find com.android.support:appcompat-v7:25.3.1.
     Required by:
         project :app
   > Could not find com.android.support.constraint:constraint-layout:1.0.0-beta4.
     Required by:

         project :app

首先解决:Could not find com.android.support:appcompat-v7:25.3.1. 选中Extras进行重新install

然后解决:Could not find com.android.support.constraint:constraint-layout:1.0.0-beta4.选择support Repository


Logo

为开发者提供学习成长、分享交流、生态实践、资源工具等服务,帮助开发者快速成长。

更多推荐