码迷,mamicode.com
首页 > 移动开发 > 详细

android studio首个项目碰到的一些问题

时间:2018-04-09 15:10:00      阅读:193      评论:0      收藏:0      [点我收藏+]

标签:http代理   .com   http   解决   content   mirrors   find   detail   yun   

  一开始,我用的是android studio3.1,碰到Get “.gradle”的问题。解决方法是https://www.zhihu.com/question/37810416。在project中的build.gradle添加

maven { url ‘http://maven.aliyun.com/nexus/content/groups/public/‘ }
maven{ url ‘http://maven.aliyun.com/nexus/content/repositories/jcenter‘}

在配置http代理的时候,我使用了 大连东软信息学院镜像服务器地址:
http://mirrors.neusoft.edu.cn 端口:80

由于接下来还是碰到问题,我改成了android studio2.3. 首先碰到了

Gradle sync failed: Could not find method android() for arguments [build_98y1nnig18wgvklgo0ae4ccjb$_run_closure3@436392fe] on root project ‘FirstApplication‘ of type org.gradle.api.Project.
Consult IDE log for more details (Help | Show Log)

解决方法是删除了project中的build.gradle中的

android{

}

dependencies{

}

理由是app中的build.gradle已经有这两个内容了。参考:stackoverflow中的问题。

第二个碰到:failed to resolve: junit:junit:4.12, 还有一个类似的。

解决方法是:https://stackoverflow.com/questions/36992657/failed-to-resolve-junitjunit12.

具体原因我也不理解。

至此编译完成。

android studio首个项目碰到的一些问题

标签:http代理   .com   http   解决   content   mirrors   find   detail   yun   

原文地址:https://www.cnblogs.com/benbencoding798/p/8758994.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!