您的位置:首页 > 移动开发

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

2017-06-12 10:09 1001 查看
将项目导入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

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐