반응형
Visual Studio 2022 설치 기반에서 Flutter Desktop 개발
2019에서도 아래와 같은 에러가 발생하는지는 알 수 없음
Can't load AOT data from C:\프로젝트경로\build\windows\runner\Debug\data\app.so; no such file.
Unable to start engine without AOT data.
Failed to create view controller.
Error waiting for a debug connection: The log reader stopped unexpectedly, or never started.
Error launching application on Windows.
해결방법
프로젝트 폴더의 \build\windows 경로에 가보면 app.so 파일이있음
이 파일(app.so)을 \build\windows\runner\Debug\data 여기로 복사 해주면 정상 동작함
급하게 문제를 해결해야해서 기록차원에서 남겨둠
반응형
'01.모바일 > Flutter' 카테고리의 다른 글
| [Flutter] flutter Incorrect use of ParentDataWidget. (0) | 2022.02.25 |
|---|---|
| [Flutter] 프로젝트 생성(Windows) (0) | 2022.02.24 |
| [Flutter] 명령어 (0) | 2022.02.19 |
| [Flutter] android studio build 했을 때 에러 (0) | 2022.02.18 |
| [Flutter] 프로젝트 만들기(초기화) Create Project (0) | 2022.02.18 |