📱Mobile/오류해결

[Android] EntryPoint isn't within the current project

뉴발자 2025. 6. 18.
728x90

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

에러 상황

Flutter로 신규 프로젝트를 생성한 후 빌드 시 아래와 같은 에러가 발생했다.

 

 

에러 코드

EntryPoint isn't within the current project

 

 

해결 방법

해당 에러는 Entry Point를 main에서 찾지 못해서 발생하는 에러이다.

 

해결 방법은 왼쪽 메뉴의 .idea 폴더를 삭제한 후 Android Studio를 재실행하면 .idea 폴더가 새로 생성된다.

 

 

참고 사이트

https://dustini.tistory.com/1

 

[Flutter] EntryPoint isn't within the current project

Android studio 관련 에러에 가까우나, Flutter 작업 중에 생긴 것이니 편성을 이렇게 하였다. 깃이나 외부에서 소스코드를 받게되면, 가끔식 이런 에러가 발생하곤 한다. Flutter를 build시키기 위해서는

dustini.tistory.com

 

 

 

 

 

 

 

 

 

 

728x90

댓글