This is part of The 2024 Android Development Course on Sifra.
Android Studio Downloads Page:
https://developer.android.com/studio
Here are all the settings in the New Project wizard
Name: The name of your application
Package name: The ID of your application, usually in the format of com.authorname.apptitle. This is how both the device and Google Play Store will uniquely identify your app if you decide to publish it.
Save location: The location on your PC / Mac where the project files will be saved.
Minimum SDK: The earliest supported android version your app can run on. The further back you go, the more work you will have to do to ensure backwards compatibility.
Build configuration language: The language used for build files, code that makes up the configuration of the project (you'll learn about this later on). Kotlin DSL is the newest and thus the recommended choice.
If you want to become an Android Developer, you need to learn the skills that are relevant in 2024. In my course, I cut the fluff and go straight to the teaching the relevant skills you need to know to become a competent Android Developer.
Check out the course:
https://www.sifra.io/courses/android