How to set up devices for VS Code for a Flutter emulator

前端 未结 16 863
南笙
南笙 2020-12-23 14:42

I\'d like to use VS Code as my editor for Flutter development, but I don\'t know how to get the emulator going. I\'ve installed VS Code on Ubuntu 17.10.

I followed th

16条回答
  •  一个人的身影
    2020-12-23 15:00

    Alternatively if you enable developer mode and (ADB) is still needed you can use connect to the device.

    To enable developer Mode you go to Phone Settings > About Phone > tap buildnumber 7 times

    once you have it enabled and have the device connected you can start seeing the device in VSCode

提交回复
热议问题