본문 바로가기
IT

Flutter: cannot resolve symbol: 'Properties' 와 'GradleException'

by 생생한 정보통 2019. 11. 25.

개인 기록

 

커밋을 하려는데 에러가 2개 있어서 커밋을 할 수 없었다. 이 에러 때문에 개발하기 싫어서 일요일 내내 제대로 하지 않다가 일요일 밤이 돼서 급하게 해결에 들어갔다.

<Properties 에러 없앤 방법>

https://stackoverflow.com/a/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

 

 

<GradleException에러 없앤 방법>

https://github.com/flutter/flutter/issues/37391#issuecomment-517346133

 

Something is wrong with Gradle · Issue #37391 · flutter/flutter

OKay... Im new to flutter and android studio as well.. Now my problem is, Say if I'm gonna open a ' New Flutter project ', The project opens successfully. but when I go to 'build.gr...

github.com

 

아래 것은 Flutter 플러그인 에러로 보인다니 차차 해결되겠지. 덕분에 시간 낭비를 많이 했다.

 

이 글이 도움이 되었다면 좋아요(하트)를 눌러주세요~!