0. flutter create example_demo 新建flutter项目 1.flutter packages get 安装新增的包 2.flutter run 运行flutter项目: r 刷新xian jian x页面 R刷新重构程序 h帮助 d和q退出 o 是ios和andriod的切换 3.flutter doctor 检测必要依赖是否安装成功 4.flutter运行.当有多个模拟器的时候,指定只运行于一个模拟器的方法: More than one device
手机连接电脑使用adb命令,主要是有2种方式,其中最常见的就是第一种,用usb连线使用 1:adb usb - restarts the adbd daemon listening on USB adb usb就是通过USB数据线连接Android设备 2:adb tcpip -restarts the adbd daemon listening on TCP on the specified port adb tcpip则是通过TCPIP的方式连接Android设备(显然这种是无线连接,po