Skip to main content

Unsupported gradle version 3.x

Fixing "Unsupported Gradle Version" Error

If you encounter the "Unsupported Gradle Version" error with a version number like 3.., you can follow these steps to resolve it:

  1. Open your project in Android Studio.

  2. Navigate to the android directory within your project's root directory.

  3. Wait for the project indexing process to complete in Android Studio.

  4. Once indexing is finished, run your application by selecting the Android module in your project and clicking on the "Run" button or using the appropriate keyboard shortcut.

By following these steps, you should be able to resolve the "Unsupported Gradle Version" error and run your application successfully.

If you continue to experience issues or encounter any other errors, make sure to check for updates to your Gradle version and ensure that it is compatible with your project requirements. Additionally, consult the official documentation or seek support from the Android Studio community for further assistance.