IDEA builds Android development environment

Project combat

Without further ado, start creating your first  Android  project

step one

FILE → New → Project

image 2023 07 17 23 37 28 798

Step 2 - Select  an Android  project template

  1. Choose the Android robot, if there is no such option, you need to upgrade the IDEA version or install the Android plug-in

  2. Select *Basic Activity*

  3. Next - next step

image 2023 07 18 00 21 20 545

Step 3 - Project initialization

  1. The name, package name, and installation location are adjusted by themselves

  2. Language selectionJava

  3. SDK - It is recommended to choose the penultimate (after all, after you finish learning, it is estimated that it will be the latest version

Guess you like

Origin blog.csdn.net/u010162887/article/details/131777864