Home > Mobile >  Can u help me with flutter
Can u help me with flutter

Time:07-02

Flutter Doctor output:

flutter doc

How can I fix this problem?

how can i fix this problem

I tried to change the java version but the error still exists

CodePudding user response:

Is the gradle java version too low

JAVA_HOME D:\Android\Android Studio\jre
   %JAVA_HOME%\bin

enter image description here

CodePudding user response:

You are trying to build and run an Android app.

Flutter Doctor complains about Android Studio not being installed.

Install Android Studio first:

https://developer.android.com/studio/

You might want to read a step-by-step tutorial of how to build Android apps using Flutter. It will save you a lot of time.

(Also, please do not post screenshots but text whenever possible.)

  • Related