Android studio的碰到问题解决步骤

Android studio的安装使用,史上最详细(超多图)!!

参考:https://blog.csdn.net/qq_41976613/article/details/91432304

碰到问题:

Android Studio安装后Gradle同步失败问题的有效解决方案

参考:https://blog.csdn.net/daniu2007/article/details/89497088

android studio的安装(补充篇gradle失败的问题)

参考:https://blog.csdn.net/qq_41976613/article/details/104394870

【Android】Gradle project sync jar包长时间下载不下来的解决办法

参考:https://www.jianshu.com/p/72633133b46c

Android Studio 初始化 Kotlin 项目时报错:Could not download kotlin-compiler-embeddable.jar

参考:https://www.sunzhongwei.com/android-studio-initialization-kotlin-project-times-wrong-could-not-download-kotlin-compiler-embeddable-jar?from=sidebar_related

依赖包:

安卓 android studio 报错 Unknown host 'jcenter.bintray.com'. You may need to adjust the proxy settings in Gradle.

报错截图:

问题原因:因为build.gradle中jcenter()或者maven()被墙了,所以会出现这种情况。

解决方案:(我的gradle版本是:classpath 'com.android.tools.build:gradle:3.2.1')

在Project的build.gradle加入以下代码,需将maven{}写在jcenter()之前,确保先访问maven()里面的连接。

maven {
          url 'http://maven.aliyun.com/nexus/content/groups/public/'
      }

解决截图:

 

AndroidStudio中Could not find any version that matches com.android.support:appcompat-v7:29.+.

参考:https://www.jianshu.com/p/72633133b46c?tdsourcetag=s_pctim_aiomsg

参考:https://www.cnblogs.com/mengqingfeng/p/11567676.html

 

Android Studio的项目运行时报错:Error configuring CMake server 

参考:https://ask.csdn.net/questions/829014

 

Android studio 同步工程失败:External Native Build Issues: Error configuring

参考:https://blog.csdn.net/qq_32014215/article/details/90475769

 

Received close_notify during handshake

参考:https://blog.csdn.net/lxy1740/article/details/104606385/

 

遇到其它问题可参考studio的提示解决

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值