Flutter plugin not installed error;. When running flutter doctor

前端 未结 22 1729
渐次进展
渐次进展 2020-11-28 11:07

I am configuring Flutter SDK on my Linux Ubuntu 16.4 system. Why am I getting the following error when I run the flutter doctor? I have specified b

22条回答
  •  难免孤独
    2020-11-28 11:21

    Safe fix for Mac (Android studio 4.1+) It is in a different directory now, but symlink helps.

    Just run in the Terminal this command

    ln -s ~/Library/Application\ Support/Google/AndroidStudio4.1/plugins ~/Library/Application\ Support/AndroidStudio4.1
    

提交回复
热议问题