程序员潇然 发表于 2022-7-12 10:17:36

[android]Android Studio 官网下载安装 代理设置

公司项目需要,研究一段时间的安卓,从下载Android Studio开始记录下自己的学习过程。
本文主要介绍官网下载安装过程,配置代理设置,安装android studio的时候弹出unable to access android sdk add-on list解决方法

安卓开发三个基础组件:

* JDK
* SDK
* Android Studio(AS)

Java开发环境此处不详细介绍,首先,设置好之后配置相关环境变量JAVA_HOME、path。

下载地址:

```html
https://developer.android.google.cn/studio
```

Android Studio 不同于IDEA有收费免费之分,直接就是免费的。

![安卓studio下载.gif](data/attachment/forum/202207/12/101521ddjj56g88gewjcgd.gif?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "安卓studio下载.gif")

如上图所示,点击图标可以直接下载

或者点击下载选项,选择自己适合的,个人习惯,一般情况下,有免安装版本,就选免安装。
下载后文件如下:

!(data/attachment/forum/202207/12/101709y19pwijf0774w409.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "image.png")

放到自己需要的位置,比如:

```html
D:\ApplicationFiles\Programs\android-studio
```

打开目录bin,文件列表如下

!(data/attachment/forum/202207/12/102049n4fyh53e4b4vnvbe.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "image.png")

可以看到有一个idea.properties,“Android Studio 基于IDEA开发的”这句话,我们好像找到了一个证据了。
其实早期大家就是IDEA+Android插件开发的,后来Google出了个Android Studio,对于安卓开发的话,还是建议直接上AS(Android Studio),避免一些不必要的麻烦。

双加打开```studio64.exe```
!(data/attachment/forum/202207/12/112819c4qm4qtt2203m2g2.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "image.png")

是否发送统计数据的征询意见按钮
!(data/attachment/forum/202207/12/112853b55516xlx1qpqs3z.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "image.png")

继续下一步
!(data/attachment/forum/202207/12/112936y6xy3mfu6m9ezwi6.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "image.png")

AS启动之后,会检查默认路径下的Android SDK 是否存在,如果没有的话,又连不上相关环境,那么就会报上述错误。
这个对话框是在询问我们,无法访问Andr oid SDK 的add- on list ,是否要配置代理。
由于我们使用的网络访问Google 的一些服务是受到限制的,因此才会弹出这样一个对话框。

所以可以进行代理设置
大家经常推荐的有:

```http://mirrors.neusoft.edu.cn/```
!(data/attachment/forum/202207/12/113035x181koxdoevxsrxs.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "image.png")

点击```SetupProxy```,然后选```Auto-Detect proxy settings```,然后再输入```http://mirrors.neusoft.edu.cn/```

还有一些办法,强制跳过初次启动的SDK检测的
!(data/attachment/forum/202207/12/113125cx3oopsoi77xqzi3.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "image.png")

在文件 尾行添加```disable.android.first.run=true```,表示初次启动不检测SDK,网上有很多介绍这种方法

开发安卓必须依赖SDK,暂时的跳过没有意义,根本还是想办法去安装SDK
此处我选择了不设置代理,点击了cancel继续进行(因为我上网的姿势正确,比较科学)
`本文作者:程序员潇然 疯狂的字节X https://crazybytex.com/`

下一步Standard就好了,Custom也没啥,就是个环境地址

!(data/attachment/forum/202207/12/113243zvhttqpjkyyppksz.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "image.png")

选择主题
!(data/attachment/forum/202207/12/113350c8239h898032g3uz.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "image.png")

选择下载的组件

!(data/attachment/forum/202207/12/113403zfffbfz54txl5rne.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "image.png")
路径的选择需要注意
!(data/attachment/forum/202207/12/113426mixwbfuewxybbxj6.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "image.png")
!(data/attachment/forum/202207/12/113436n70kes7ekslet0il.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "image.png")

同意相关协议,两个

!(data/attachment/forum/202207/12/113455nk0avxswsere8gjg.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "image.png")
!(data/attachment/forum/202207/12/113541x5iooqyxz533i8cx.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "image.png")

准备开始下载了
!(data/attachment/forum/202207/12/113557a6za99wsa7e866l0.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "image.png")
请设置Setup Proxy 或者用正确的姿势上网,否则可能没速度
!(data/attachment/forum/202207/12/113634o9ajqfgqzec7meb8.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "image.png")

!(data/attachment/forum/202207/12/113647trtrkywzkeergkd6.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "image.png")

成功下载,成功打开

!(data/attachment/forum/202207/12/113658jvqq61zuv060vpei.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "image.png")
可以看到,开始界面,与IDEA没什么区别,里面的设置项目很多也都是一样的。
点击```New Project```
!(data/attachment/forum/202207/12/113818zbj679b7eby6obbt.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "image.png")

!(data/attachment/forum/202206/16/141330jha7st9soow8772i.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/300 "common_log.png")
`转载务必注明出处:程序员潇然,疯狂的字节X,https://crazybytex.com/thread-51-1-1.html `

页: [1]
查看完整版本: [android]Android Studio 官网下载安装 代理设置