Android Studio super detailed installation tutorial (intel)

Android Studio super detailed installation tutorial (intel/Intel)

! ! ! must see! ! !
This tutorial is suitable for computers with intel/Intel CPU. If your CPU is AMD, please move to Android Studio Super Detailed Installation Tutorial (AMD)
to view the computer CPU method: right click on this computer –> properties

foreword

The installation process of my Android Studio is slightly different from that of the teacher, because we don't have ready-made Android files, so we can only create them ourselves first. The pro-test of this tutorial can run successfully and output Hello World!

This tutorial is only a first draft now, and will be continuously revised and updated according to your feedback! Everyone is welcome to correct mistakes and improve the quality of this tutorial together!

You can follow the installation process of this post throughout the operation. If you have any questions, you can leave a message in the comment area. During the free period, I will contact you as soon as possible. Or go to the homepage, add me WeChat or QQ contact.

! ! ! In order to avoid unnecessary troubles, Chinese and spaces should not appear in all path settings, only English is allowed! ! !

Android Studio (intel/Intel) installation tutorial

  1. Installation package download (3 methods)

    • Download and open the installation package sent by the teacher in the group

  2. Next follow the steps below to install

Check Android Virtual Device, click Next

After clicking Install, wait for the installation to complete

Check Start Android Studio, click Finish to run

Select Do not import settings, click ok

Select the Standard installation method and click Next

Select a theme background and click Next

Then there is a long wait, the waiting time depends on your network environment

Click Finish when finished

  1. Create a new Hello World program!

Select Empty Activity, click Next, it will be stuck for a while, don't panic and wait

Modify according to your own needs, click finish after modification

Then wait for the project build to complete. Since this is the first startup, you need to download gradle and the packages that the Android project needs to reference. The waiting time depends on your network environment

{% note info modern %} will pop up as shown in the middle, click to allow access to {% endnote %}

While waiting for the project to build, let's download the simulator and click on the location as shown below

First check the two check boxes at ①, wait for a while, and after the data appears, slide down to find ② in the figure and check them, then click ok, and click ok again on the next interface

Then select Accept, click Next, and then wait quietly for the download to complete. After the download is complete, click finish

  1. Next go run your first Hello World! program

Click the position shown in the figure, and then click Create Virtual Device...

Scroll down to find and select the following box, click Next

Find the ① place in the picture below and click, then click Next

There is an error message in the lower right corner, ignore it

Then a new task appears in the taskbar, open it, and a small window will appear as shown in the figure. Next click on the small green triangle, pay attention to this small window

You can see Hello World on the interface! It worked!

Guess you like

Origin blog.csdn.net/qq_38173572/article/details/126583012