• 카테고리

    질문 & 답변
  • 세부 분야

    모바일 앱 개발

  • 해결 여부

    미해결

flutter doctor에서 오류가 뜨는데 어떻게 해야하나요

21.07.03 11:57 작성 조회수 641

1

Exception: null. The flutter tool cannot access the file or directory.

      Please ensure that the SDK and/or project is installed in a location that has read/write permissions for the current user.

이라며 Android Toolchain 부분에서 오류가 납니다.

답변 1

답변을 작성해보세요.

1

에러 메시지만 봤을 때는 Flutter sdk가 설치된 위치가 읽기 쓰기 권한이 없다고 하네요.

혹시 Program Files 같은 설치하면 안 되는 곳에 설치했는지 확인하시고

가급적이면 권한이 허용된 C:\Users\사용자이름\flutter 같은 위치에 설치해 보시기 바랍니다