0

I have issue to run demo flutter project.

log verbose :

enter image description here

2
  • Have you tried checking your flutter version. Try using the latest stable version Commented Apr 5, 2020 at 2:39
  • yes, i used a latest stable version Commented Apr 5, 2020 at 7:10

2 Answers 2

1

you can try to use command flutter clean and then flutter run

Sign up to request clarification or add additional context in comments.

Comments

0

The error might be due to the improper installation of SDK. There are several solutions as per below:

1) Invalid Cache and restart. (the common one)
2) Reinstall flutter SDK.
3) Change the gradle version with the available version of your machine.
4) Removing "android.enableR8=true" line from the android project's gradle.properties file.

1 Comment

i have tried the above solution, but still got the same error

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.