First Flutter App error: cannot resolve symbol “Properties”

前端 未结 13 2325
南旧
南旧 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:26

    According to flutter documentation https://flutter.dev/docs/development/tools/android-studio#android-ide

    Opening the root directory of a Flutter project doesn’t expose all the Android files to the IDE. Flutter apps contain a subdirectory named android. If you open this subdirectory as its own separate project in Android Studio, the IDE will be able to fully support editing and refactoring all Android files (like Gradle scripts).

    0 讨论(0)
提交回复
热议问题