Home > database >  Flutter run -v stuck at downloading jar file ( kotlin-compiler-embeddable_1.6.10 )
Flutter run -v stuck at downloading jar file ( kotlin-compiler-embeddable_1.6.10 )

Time:01-04

The jar file that is not downloading no matter what, its been a whole day and I'm stuck with it,

  • Restarting the computer or ( vs code , Android studio)
  • Manually downloading the file and placing it there (it was in jar format, but vs code looks for bin)
  • Changing internet connection
  • Deleting Cache
  • Stuff stuff

CodePudding user response:

I will suggest you try

  1. flutter clean
  2. flutter upgrade

if issue persist, perhaps you can simply delete the SDK and re-download afresh. It might be due to corrupt files.

CodePudding user response:

The Only Solution That Worked Was To Wait for Few Hours, Thank You 1plus For Your Response !

  • Related