반응형
질문
I'd like to use Visual Studio Code as my editor for Flutter development, but I don't know how to get the emulator going. I've installed Visual Studio Code on Ubuntu 17.10 (Artful Aardvark).
I followed the first half of instructions as outlined on the Flutter: Get Started page (Create new app). Then I ran into trouble in the second half:
Run the app
- Make sure a target device is selected in the lower, right-hand corner of VS Code
- Press the F5 button on the keyboard, or invoke Debug>Start Debugging
- Wait for the app to launch
- If everything works, after the app has been built, you should see your starter app on your device or simulator:
The problem is that in that bottom right-hand corner is "No Devices."
How do I connect a device? I can't seem to find instructions anywhere.
답변
version 2.13.0
of Dart Code
저는 이 기능을 테스트해본 결과, Flutter 버전 0.5.6-pre.61 (마스터 채널)에서 매우 잘 작동했습니다.
반응형
댓글