【发布时间】:2017-10-30 14:33:26
【问题描述】:
我安装了 IntelliJ IDEA,下载了 flutter 和 dart 插件,安装了 android studio 和 jdk。
我打开配置的 IntelliJ IDEA 指向 android sdk 和 jdk。
我打开 IntelliJ IDEA 并创建了新项目->flutter。我单击构建并收到一条错误消息。
我使用的是 Ubuntu 16.04 64 位系统
我运行了 Flutter Doctor 并确认我没有任何新的或缺少的安装。调试器的消息如图所示
The built-in library 'dart:ui' is not available on the stand-alone VM.
library handler failed export 'dart:ui' show Locale
Process finished with exit code 254 Failed to connect to the VM observatory service: java.io.IOException: Failed to connect: ws://127.0.0.1:46579/ws Caused by: de.roderick.weberknecht.WebSocketException: error while creating socket to ws://127.0.0.1:46579/ws Caused by: java.net.ConnectException: Connection refused
【问题讨论】:
标签: java intellij-idea flutter