본문 바로가기
Flutter/Flutter FAQ

Flutter 에뮬레이터를 위한 Visual Studio Code 장치 설정 방법, How to set up devices for Visual Studio Code for a Flutter emulator

by 베타코드 2023. 6. 14.
반응형

질문


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

  1. Make sure a target device is selected in the lower, right-hand corner of VS Code
  2. Press the F5 button on the keyboard, or invoke Debug>Start Debugging
  3. Wait for the app to launch
  4. 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

에서부터, 에뮬레이터를 Visual Studio Code 내에서 직접 실행할 수 있습니다. 그러나 매우 최근의 Flutter SDK를 사용할 때에만 이 기능이 지원됩니다. 이 기능은 Flutter 도구의 지원에 의존하기 때문입니다. Flutter의 마스터 채널에서는 이미 이 변경 사항이 적용되어 있지만, 개발 및 베타 채널로 전파되는 데는 시간이 조금 더 걸릴 수 있습니다.

저는 이 기능을 테스트해본 결과, Flutter 버전 0.5.6-pre.61 (마스터 채널)에서 매우 잘 작동했습니다.

Enter image description here

반응형

댓글