Setup your Android Project
Follow the below steps to setup your Android Studio and to start new Android project
Download and install Android Studio
- Create a new file by tapping on "Start a new Android Studio project"
- Name your new application and tap on "Next"
- Select an API level of minimum 19, (Android 4.4)
- Choose the activity type and tap on "Next"
- Tap on the "Finish" button
- Wait a few seconds until the project is ready.




