- Create a new Android Studio project:
- Use the Application name
Activity Lifecycle
- Use the Company domain
yourname.c4q.nyc
- Set the Project location to your
~/Desktop/accesscode
directory. - On the next screen, select Phone and Tablet and set the Minimum SDK at API 19.
- On the next screen, select Empty Activity to initialize your project with an empty activity. Continue to the next screen and name it
MainActivity
and keep Generate Layout File checked. - Click Finish to create your project.
- Once the new project has loaded, deploy it to your device or emulator.