From the course: Building an Android App with Jetpack Libraries

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Configure Android Studio for this app

Configure Android Studio for this app - Android Tutorial

From the course: Building an Android App with Jetpack Libraries

Start my 1-month free trial

Configure Android Studio for this app

- The first step in building plain old notes is to configure Android Studio, making sure you have all of the required components installed. I'm using the preview version, Android Studio 4.1 Beta 3. You can use that, or any more recent version of Android Studio. Once you've installed Android Studio, you can go to the welcome screen, and from there, you can go to configure, and then the SDK manager. I have two versions of the SDK installed, API level 29, that's Android 10 or Q, is the most recent stable version of Android as of the date of this recording. But, at this moment, we're also late in the Beta cycle for Android 11 or R, and in fact, when I create plain old notes, that's the version that I'll be targeting and compiling with. To make sure I have everything I need, I've installed both API levels. I'll select "show package details" and show that I've also installed the system images for Google Play Intel X86 for both versions.…

Contents