Chris M
Chris M

Reputation: 33

Flutter create unsuccessful

I am new to flutter and dart and learning how this thing works. The problem is I cannot get passed the first stage.

I cant seem to create the project.

I get two notification after hitting the finish button on the project creation screen.

Flutter create command was not successful.

Exception: Cannot run program "C:\flutter\bin\flutter.bat" (in directory "C:\Users\Chris\AndroidStudioProjects"): CreateProcess error=5, Access is denied

Anyone out there can help me? P.S: I also referred to this, but never understood.

Upvotes: 0

Views: 2066

Answers (1)

magicleon94
magicleon94

Reputation: 5172

Just locate your flutter.bat file, right click -> properties -> security tab -> edit -> select your user -> grant full control -> ok ok save save.

Upvotes: 4

Related Questions