App 개발관련/flutter
Cannot resolve symbol 'Properties' in Flutter
후니의 개발이야기
2021. 1. 10. 00:27
728x90
반응형
Flutter로 개발을 하다보면 Android, IOS를 동시에 하다보니 Flutter에서 생성한 오류가 있습니다.
오늘은 Cannot resolve sysmbol 'Properties'라는 오류가 나왔습니다.
해결방법을 찾은 것을 블로깅합니다.
https://stackoverflow.com/questions/56938436/first-flutter-app-error-cannot-resolve-symbol-properties/58505683#58505683
First Flutter App error: cannot resolve symbol "Properties"
I followed the steps in the Flutter document and tried to build my first Flutter app in Intellij IDEA. And when I try to run it,there was an error about my JAVA_HOME variable. And an error about ca...
stackoverflow.com
위의 사이트에서 도움을 받았습니다.
제가 한 방법은
위의 이미지처럼 SDK를 지정하면 해결되었습니다.
728x90