Hand-held Android Studio full installation + configuration + real machine deployment tutorial [multi-picture super detailed]

table of Contents

1. Android Studio installation tutorial

Second, the creation of the Android project

Three, install and deploy the real machine under Android Studio


Hello, hello, I am the little gray ape, a programmer who can write bugs,

Today, I would like to share with you the detailed installation steps of the Android Studio software to help you on the road of learning Android!

First present the installation package of Android Studio,

Click to download: link: https://pan.baidu.com/s/1SmaxcLOKntmCJAzrpe_mfw

Extraction code: lqps
 

The next week is a bit long (multi-picture warning) , please be patient and follow the steps to finish the installation, otherwise there will be many unpredictable problems! (Really reminder!!!)

1. Android Studio installation tutorial

1. Open the Android studio3.5.2 installation package and install it as an administrator .

2. Then follow the steps below and click Next to proceed

3. Here is to choose the installation path of Android studio, it is recommended not to install it on the C drive.

4. Click Install to proceed to the next step. After loading is complete, click Next.

5. At this step, remember to click the tick in the square brackets, and then click Next

So far the basic part has been completed.

6. The following must be completed step by step, carefully step by step:

Click second

7. Choose Don't send.

8. Choose Cancel

9. Select NEXT to proceed to the next step

10. Click custom to change the installation location , otherwise, it can only be installed on the C drive, but it is not recommended to change the location here

Select NEXT to proceed to the next step

11. Select the interface according to personal preference and click Next to continue

12. Click Finish

13. In the automatic downloading component, wait a few minutes for installation. . . . . Then click Finish to continue

14. At this point, the software installation is complete, and the next step is to create the Android project

Second, the creation of the Android project

Click the first start a new android studio project

15. Select   E mpty Activity, click next to continue

16. Configure the file here, and then click Finish

So far the project is created

Three, install and deploy the real machine under Android Studio

Next is the process of installing and deploying a real machine under Android Studio:

1. Click AVD Manager under Tools in the menu bar

2. Click Create Virtual Devices

3. The next step is to choose the model of the real machine, you can choose according to your needs, or you can choose the default Rivel2, click Next

4. Select Accapt, then Next

5. Wait for the download to complete

6. Set the real machine configuration here, you can choose horizontal or vertical screen, but it is recommended not to change it by default, and then click Finish to complete

7. Finally, you can see the real machine interface as follows,

8. After the project runs, you will see this effect

At this point, all the installation of Android Studio is complete, and then you can start the Android journey happily!

It is recommended to like and collect , so as to save it for future use!

Guess you like

Origin blog.csdn.net/weixin_44985880/article/details/114645314