skip to Main Content

Possible solution:

  • Upgrade Gradle wrapper to 7.2 version and re-import the project

how to solve this issue in android Flamingo

2

Answers


  1. You can update gradle by clicking on File > Project Structure > Project and then update your gradle version.

    Login or Signup to reply.
  2. Change JDK version it should be solved you can do by following this

    1. File
    2. Project Structure
    3. SDK location
    4. Gradle settings
    5. Section gradle JDK
    6. Change to JDK 18-19
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search