Android studio的安装和配置

news/2024/7/4 22:31:50

1.下载:到 https://developer.android.com/sdk/index.html 去下载Android Stuido

2.安装步骤
1、
2、 
     红色箭头依次说明:
     Android Studio: 强制选项,为IDE工具部分_
     Android SDK: 可选选项,为SDK工具包部分_
     Android Virtual Device: 可选选项,为虚拟机部分_
     Performance: 可选选项,为intel 虚拟机硬件加速部分
3.
     说明:
     此为配置 虚拟机运行的内存大小的设置
     如果电脑内存比较富余,可以更大,但尽量不要低于2GB

配置Android studio     
第一次打开Android studio会有以下提示

进入Android studio开始页面

Android studio的sdk环境变量配置
打开Android studio,按下图进行配置
Android studio文件编码的配置

http://www.niftyadmin.cn/n/3649190.html

相关文章

nestjs_NestJS入门

nestjs介绍 (Introduction) If you’ve worked on a Node.js application, you may have noticed that it became more difficult to maintain over time. The more you add new features to the application, the larger the codebase becomes. 如果您使用的是Node.js应用程序…

Django 上传文件出现 OSError Permission denied的解决办法

我的服务器在Ubuntu上,使用了ApacheNginx做App Server,DjangoPython开发,今天上传文件时候出现了OSError的错误,具体原因为Permission denied 一看发现是因为上传文件的文件夹可能没有被赋予www-data用户(Apache和Ngi…

[收藏]你就不是我们所需要的那种层次的领导

引用自:21世纪领导者的挑战-多样性(http://www.mindmeters.com/blogind.asp?id4)看了《Ready to Leader》,一个领导力故事。山姆(故事中的公司董事长,领导力典范)说,“如果你想改变这个世界&am…

使用Android系统自带的下拉刷新控件

首先布局: <?xml version"1.0" encoding"utf-8"?> <android.support.v4.widget.SwipeRefreshLayout xmlns:android"http://schemas.android.com/apk/res/android"xmlns:app"http://schemas.android.com/apk/res-auto"andro…

Django Admin Site (v1.4) 的Nginx配置

本人写本文是因为发现在使用NginxApache搭建完Django站点后&#xff0c;admin site显示的很丑陋。查看源码后发现&#xff0c;admin的css、js和图片都无法正常显示 baidu了一些资料&#xff0c;操作下来也不成功&#xff0c;可能是Django的版本更新的关系。所以自己写一下配置…

AIX 程序设计大赛---AIX正方形问题

AIX 程序设计大赛---AIX正方形问题作者&#xff1a;成晓旭作为“算法及实现”栏目的“抛砖引玉”之作&#xff0c;将自己2年多前实现的一个算法放出来。有一年IBM出了这个Java程序设计竞赛题&#xff0c;当时&#xff0c;自己花晚上时间用Java实现了。[问题描述]:任意给定一个正…

bootstrap4侧边栏_如何使用纯CSS和Bootstrap 4构建多个堆叠式粘性侧边栏

bootstrap4侧边栏In this tutorial you’ll work on building multiple sticky sidebars that stack without using any JavaScript. 在本教程中&#xff0c;您将构建无需使用任何JavaScript即可堆叠的多个粘性侧栏。 We’ll discuss: 我们将讨论&#xff1a; Multiple Stack…

textView相关知识

一、给textview设置颜色为#fffff 有时候我们会从服务器获得数据&#xff0c;但是后台给的服务器的值是比如&#xff1a;#B373FB 此时要想给TextView设置文字直接设置textview.setTextColor();是不行的。此时我们可以这样 String str floorcolor; int id Color.parseColor(s…