Android Studio stuck when creating new Flutter project

前端 未结 11 919
后悔当初
后悔当初 2021-01-17 12:52

I have installed Flutter on Windows and checked all is ok using flutter doctor. I imported the Flutter plugin.

Now, when I try to create a new Flutter app via Anroid

11条回答
  •  一整个雨季
    2021-01-17 13:31

    This is likely because you've put Flutter in Program Files which requires admin permissions to be able to write its cache files.

    I've got a PR Open that should result in a more friendly error, but I'd recommend moving Flutter away to a folder that non-Admin users can write to.

提交回复
热议问题