While I was trying to run a flutter app on android emulator, I face this kind of problem, I have been trying hours to solve it, it didn’t work
I WILL UPLOAD THE ERROR AS PICTURE:
Problem picture
Any help?
I have tried everything i can to solve it
While I was trying to run a flutter app on android emulator, I face this kind of problem, I have been trying hours to solve it, it didn’t work
I WILL UPLOAD THE ERROR AS PICTURE:
Problem picture
Any help?
I have tried everything i can to solve it
2
Answers
Run
flutter doctor
in your terminalRun
flutter clean
to clear your caches and thenflutter pub get
if problem persists, then downgrade your gradle.