Articles → Android → Create Our First Android Project Using Android Studio
Create Our First Android Project Using Android Studio
Create Your First Project
- Open android studio.
- Click on ‘Start a new Android Studio project’ link.
Click to Enlarge
- Next window allows you to select the templates. I am selecting an ‘Empty Activity’ template and click on ‘Next’.
Click to Enlarge
- In the next window, you can set the project name, path and the language you are using for programming. Click on ‘Finish’.
Click to Enlarge
Click to Enlarge
UI XML Layout File
Click to Enlarge
Click to Enlarge
Run The Application
- Using the Run 'app' option in Run menu
Click to Enlarge
- Pressing SHIFT + F10 button
- Click on Run icon
Click to Enlarge
APK File
Click to Enlarge