当前位置:网站首页>Android studio AVD
Android studio AVD
2020-11-09 12:12:00 【osc_mra0q9h6】
current Android Studio Avd There's a variety of tutorials , Some are not friendly to novices . that , Let me summarize my experience !
Material preparation :
1、Android Studio( The version I use here is 4.2, Because there is Android 11)
Official website :https://developer.android.google.cn/studio?hl=zh-cn
2、 Have a good brain
First create a new project
Once created , spot File→Settings
First step , download SDK Platforms( It can be understood as Avd edition )
Android SDK Location You can customize the location ( It's best to customize the location , And it's the English name . If you C It's big enough when I don't say )
Choose what you want Android edition , Ticked on , choice Apply. Wait for download to complete
The second step : Red box is required . The white box is optional, but not . The rest depends on your own needs . Also choose the post Apply. Wait for download to complete
After all the installation, click “OK” that will do .
wait , Do you think it's over ? And yours Avd Location It hasn't changed yet !
Avd Location change method : Right click this computer → attribute → Advanced system setup → environment variable → newly build ( Set... In the system variable )
name :ANDROID_SDK_HOME( It can't be changed This name )
Location : Their own decisions , It's better to have an English name ( If you C It's big enough when I don't say )
Original location :C:\Users\ Your account name \ .android\Avd
Turn off the Android Studio Open it again to change Avd Storage location
Start to create Avd( Here we use Pixel 4 For example )
1、 Click on the arrow
2、 It opens at Create Virtual Device…
3、 Choose the phone model you like ( You can add plugins to get more phones , There's no explanation here )
4、 Choose what you want Android edition
5、 Be sure to choose the belt Google Play perhaps No, Suffix , choose Google APls loading apk Software will report a mistake
6、 choice Next
7、 You can choose Show Advanced Settings To set the content of your phone
8、 spot Finish Can finish Avd The creation of
Click to start Avd
If the above prompt pops up , Don't worry about him . It will start in a moment
success !
The first time I use it is to tune the language
Method :Settings→ Go to the bottom and find System→Language & input→Languages→Add a language
After selecting, drag the language you just selected to the top
Time adjustment method : Time and date → close Use the time zone provided by the network → Point area → Search directly China → choose Shanghai You can adjust the time ( Don't open it again Use the time zone provided by the network , Otherwise, we have to choose again )
Use Ctrl+Shift+M Call up mobile phone information settings ( The Internet , Battery and other information )
use ··· The same effect
notes :1、 If you reset the phone's storage size, the settings will be reset
2、 If there's gesture navigation , Don't choose , It doesn't work even if you click the settings button . Will flash back
complete
FAQ
Q:Gradle How to do if the download is slow ?
A: Go to https://services.gradle.org/distributions/ download ( To be the same version ), Put the compression package in C:\Users\ Your username \ .gradle, And then restart Android Studio
Recommend to use Xdown / IDM / Thunder download . Don't use the browser to download ( Slow take off )
Q:Pixel How to quickly clean up the background
A: Stroke to the left , Select clear all
More questions can be left below , Blog for the first time , It may be a little bad . Make do with it
( The third party of the first three , Reply as much as possible )
版权声明
本文为[osc_mra0q9h6]所创,转载请带上原文链接,感谢
边栏推荐
- 真正拖垮你的,是沉没成本
- 在嵌入式设备中实现webrtc的第三种方式③
- An attempt to read or write to protected memory occurred using the CopyMemory API. This usually indicates that other memory is corrupted.
- 为wget命令设置代理
- Ali, Tencent, Baidu, Netease, meituan Android interview experience sharing, got Baidu, Tencent offer
- Git delete IML file
- Setting up a proxy for the WGet command
- JVM学习(六)-内存模型和线程
- android studio创建平板模拟器方法
- Shoes? Forecasting stock market trends? Taobao second kill? Python means what you want
猜你喜欢
随机推荐
Adobe experience design / XD 2020 software installation package (with installation tutorial)
Recommended tools for Mac
vscode 插件配置指北
Glsb involves load balancing algorithm
iPhone“连到系统上的设备没有发挥作用”原因分析及解决方法 20200105
分库分表的 9种分布式主键ID 生成方案,挺全乎的
手写Koa.js源码
接口测试如何在post请求中传递文件
Solve the problem of idea shortcut key Alt + insert invalid
线上服务的FGC问题排查,看这篇就够了!
SEO见风使舵,是对还是错?
Wealth and freedom? Ant financial services suspended listing, valuation or decline after regulation
An attempt to read or write to protected memory occurred using the CopyMemory API. This usually indicates that other memory is corrupted.
《内网安全攻防》配套视频 之 利用PS查询域内信息
AndroidStudio导入定制化的framework classess.jar AS 4.0.1版本亲测有效
A simple way to realize terminal text paste board
Handwriting Koa.js Source code
Safety (miscellany)
使用TreeView树型菜单栏(递归调用数据库自动创建菜单)
android studio AIDL的使用