安装Android studio 及 创建AVD

准备软件:jdk8 ,Android Studio
jdk下载链接:http://www.oracle.com/technetwork/java/javase/downloads/index.html
Android Studio下载链接:http://www.android-studio.org/
安装Android studio 及 创建AVD_第1张图片
jdk建议下载8u181版本,更加稳定
安装Android studio 及 创建AVD_第2张图片
Android Studio 建议下载历史版本2.3.3.0 下载下图箭头处,包含sdk的安装文件
安装Android studio 及 创建AVD_第3张图片

一、安装jdk
1、安装jdk
安装Android studio 及 创建AVD_第4张图片
双击下载好的jdk安装文件开启安装界面
安装Android studio 及 创建AVD_第5张图片
安装Android studio 及 创建AVD_第6张图片
安装Android studio 及 创建AVD_第7张图片
全程默认配置一直点下一步。就安装完成了。

2、配置环境变量
双击打开我的电脑——属性——高级系统设置——环境变量——新建系统变量如图三——编辑环境变量(path)添加图三的目录\bin

安装Android studio 及 创建AVD_第8张图片

安装Android studio 及 创建AVD_第9张图片

安装Android studio 及 创建AVD_第10张图片

安装Android studio 及 创建AVD_第11张图片

3、检测环境变量配置是否成功
安装Android studio 及 创建AVD_第12张图片

4、验证 java 和 javac 命令

a、打开cmd命令行窗口,输入 java ,回车执行

安装Android studio 及 创建AVD_第13张图片
b、输入javac 命令,回车执行
安装Android studio 及 创建AVD_第14张图片

若环境变量配置不成功请参考链接https://blog.csdn.net/qq_38750864/article/details/74936812

二、安装Android Studio集成开发环境
1、安装
安装Android studio 及 创建AVD_第15张图片

安装Android studio 及 创建AVD_第16张图片

安装Android studio 及 创建AVD_第17张图片

安装Android studio 及 创建AVD_第18张图片

安装Android studio 及 创建AVD_第19张图片

安装Android studio 及 创建AVD_第20张图片

建议将sdk与studio安装在同一个目录中 ,这样配置好用,最好安装在根目录下的第一下级文件夹中。

若出现错误提示请参考下列链接:https://blog.csdn.net/xx326664162/article/details/50563122
https://my.oschina.net/zhudibrian/blog/194504
https://www.aliyun.com/jiaocheng/64359.html

2、启动
安装Android studio 及 创建AVD_第21张图片

安装Android studio 及 创建AVD_第22张图片

安装Android studio 及 创建AVD_第23张图片

安装Android studio 及 创建AVD_第24张图片
目录选择原先安装的sdk目录

安装Android studio 及 创建AVD_第25张图片

安装Android studio 及 创建AVD_第26张图片

安装Android studio 及 创建AVD_第27张图片

安装Android studio 及 创建AVD_第28张图片

三、创建AVD(虚拟机或模拟器)

安装Android studio 及 创建AVD_第29张图片

安装Android studio 及 创建AVD_第30张图片

安装Android studio 及 创建AVD_第31张图片

安装Android studio 及 创建AVD_第32张图片

安装Android studio 及 创建AVD_第33张图片

安装Android studio 及 创建AVD_第34张图片

四、运行

安装Android studio 及 创建AVD_第35张图片

安装Android studio 及 创建AVD_第36张图片

你可能感兴趣的:(安卓应用开发)