Android Studio New Project Settings on Ubuntu
Android Studio New Project Settings on Ubuntu
In this tutorial, we will go through the steps involved in setting up new project settings in Android Studio.
Android Studio is the official Integrated Development Environment (IDE) for Android app development. Built on JetBrains’ IntelliJ IDEA, it provides developers with tools to design, debug, and deploy Android apps efficiently. Packed with features like an advanced code editor, real-time testing via emulators, and robust project management tools, it is a go-to platform for developers.
Specify the SDK path
During the initial setup wizard:
- Download the necessary SDK tools.
- Ensure the JDK is linked correctly.
SDK Components
Install or update the SDK components. Android SDK is a collection of APIs, tools, etc.
Install the necessary SDK tools on this screen.
Accept License
Verify Setup
Download Components
Click on the Finish button to complete the Android SDK setup.
Starting a New Project
Open Android Studio and click “Start a New Android Project”.
Choose a project template:
Empty Activity. This is ideal for beginners.
For apps with multiple pages choose the Navigation Drawer Activity.