From the course: Android Studio Essential Training

Unlock the full course today

Join today to access over 23,100 courses taught by industry experts.

Explore the Project Structure dialog

Explore the Project Structure dialog

From the course: Android Studio Essential Training

Explore the Project Structure dialog

- [Instructor] I previously described how to use the project structure dialog to set certain values, to create variables and manage your dependencies. But there are other configuration values in your Gradle build file that you can also set through the project structure dialog. To open that dialog, select File and then Project Structure or press the associated keyboard shortcut. The first category in this dialog, Project shows a couple of values that you're unlikely to change yourself from here. The Android Gradle plugin version has to match the version of Android Studio you're working with. But that's handled whenever you open up a project that was created in an older version of Studio, Android Studio will analyze the project and then will offer to upgrade the files for you. Similarly, the SDK location setting is where you tell Android Studio where your copy of the Android SDK is. Most developers have just one of…

Contents