Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I change Project language level on Android Studio

Tags:

I would like to set the Java version I'm using on Android Studio.

How do I set the 'Project language level' like I do on Intellij inside 'Project Structure...' --> 'Project'?

like image 219
Hadas Kaminsky Avatar asked Nov 25 '15 15:11

Hadas Kaminsky


People also ask

How do I change the project language in Android Studio?

Go to app > res > values > right-click > New > Value Resource File and name it as strings. Now, we have to choose qualifiers as Locale from the available list and select the language as Hindi from the drop-down list.

How do you change the language level of a project?

Module language levelFrom the main menu, select File | Project Structure Ctrl+Alt+Shift+S . Under Project Settings, select Modules | Sources. From the Language level list, select the necessary option. To use the project language level, select Project default.

Where is project settings in Android Studio?

Project structure settings To change various settings for your Android Studio project, open the Project Structure dialog by clicking File > Project Structure.


1 Answers

You can also edit this inside the Project Structure

enter image description here

like image 111
6rchid Avatar answered Sep 28 '22 16:09

6rchid