First Flutter App error: cannot resolve symbol “Properties”

前端 未结 13 2384
南旧
南旧 2020-12-29 04:46

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 variabl

13条回答
  •  长情又很酷
    2020-12-29 05:17

    I have same problem. I get this error because I edit android module without open it first using AS in another tab (Tools -> Flutter -> Open Android module..). Then I have a solution, just restart and kill the chache in your Android Studio (File -> Invalidate Chache / Restart).

    It fixed for me, I hope you too

    https://github.com/flutter/flutter/issues/29608#issuecomment-528243662

提交回复
热议问题