skip to Main Content

I need change Java 1.8 to Java 11 or higher but when go to Settings > Gradle don’t have Gradle projects options.

I’m open my project in Android Studio but don’t have this option.

Any solution how fix this problem?

enter image description here

2

Answers


  1. These settings are project-specific. You need to have a project opened in your Studio to see the project-specific settings here.

    Login or Signup to reply.
  2. It seems that Gradle wasn’t configured for your project. If you want to use Gradle, you can add it first

    In other cases see Project Structure -> Project settings (Ctrl + Alt + Shift + S). You can here change Java version for non-Gradle projects.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search