当前位置:网站首页>Flutter真机运行及模拟器运行
Flutter真机运行及模拟器运行
2022-08-05 04:58:00 【WEB前端李志杰】
一、如果有条件还是建议真机运行,因为性能及热更新的速度比模拟器要好很多。真机运行也比较简单。
二、没有条件需要使用模拟器的,根据个人经验来看比较推荐夜神及网易MuMu两款模拟器。
1、真机运行:
1、所有手机助手必须关闭,且不能在后台运行;
2、手机需开启USB调试功能;
3、数据链连接。
2、模拟器运行:
常见模拟器有:Android Studio(太耗内存了,性能也不怎么样)、夜神、网易MuMu、逍遥模拟器、天天模拟器……
Flutter引用在模拟器上运行,需要模拟器与相关程序服务器连接,每个模拟器连接程序及端口号稍有不同,但基本都大同小异。
具体连接方式可在模拟器官网的常见问题或者使用文档中搜索adb
即可找到对应的信息(IP地址及端口号)。
1、下载安装夜神模拟器(或者其他模拟器)
2、进入到模拟器安装目录的bin目录下,我电脑夜神模拟器的安装目录D:\Program Files\Nox\bin
。
3、运行模拟器后再CMD窗口中输入adb_server.exe connect 127.0.0.1:7555
出现如下图所示则表示运行成功 。
个人比较推荐的是夜神模拟器或者网易MuMu(我更喜欢网易MuMu)。
例如:夜神模拟器在常见问题中搜索adb
即可找到如下图所示文档内容。
点击第一个,即可在文档中找到对应的adb程序及服务器地址和端口号。
3、Visual Studio Code项目启动
1、安装Visual Studio Code编辑器;
2、安装Dart、Flutter两个插件;
4、Android Studio项目启动
1、安装Android Studio编辑器;
2、安装Dart、Flutter两个插件(必须要装),Dart Helper,FlutterJsonBeanFactory辅助开发工具;
3、如果用Android Studio第一次打开项目如果如下图所示,则请先使用命令的形式Flutter pub get
获取依赖之后使用 Flutter run
运行项目。
5、相关学习资源链接;
新手程序员最好的学习网站——B站,没有之一。
Dart中文网:https://www.dartcn.com/
Flutter中文官网:https://flutter.cn/
Flutter教程:https://book.flutterchina.club/
Flutter教程(深入点的):https://guoshuyu.cn/home/wx/
Java SDK安装:https://blog.csdn.net/qq_16221009/article/details/123420830
Android SDK、Dart SDK及Flutter SDK安装:https://blog.csdn.net/qq_16221009/article/details/123472018
Flutter SDK安装、切换版本及常见问题整理:https://blog.csdn.net/qq_16221009/article/details/125981120
6、往期内容已全部收录在专栏中:
边栏推荐
- Flutter TapGestureRecognizer 如何工作
- 淘宝账号如何快速提升到更高等级
- Flutter学习5-集成-打包-发布
- dedecms dream weaving tag tag does not support capital letters fix
- How does the Flutter TapGestureRecognizer work
- bytebuffer 使用demo
- 【 8.4 】 source code - [math] [calendar] [delete library 】 【 is not a simple sequence (Bonus) 】
- 仪表板展示 | DataEase看中国:数据呈现中国资本市场
- 2023年信息与通信工程国际会议(JCICE 2023)
- MySQL中控制导出文件后变为了\N有什么解决方案吗?
猜你喜欢
[8.1] Code Source - [The Second Largest Number Sum] [Stone Game III] [Balanced Binary Tree]
In the WebView page of the UI automation test App, the processing method when the search bar has no search button
The role of DataContext in WPF
动力小帆船制作方法简单,电动小帆船制作方法
请写出SparkSQL语句
[Geek Challenge 2019]FinalSQL
【 8.4 】 source code - [math] [calendar] [delete library 】 【 is not a simple sequence (Bonus) 】
Day019 Method overriding and introduction of related classes
App rapid development and construction experience: the importance of small programs + custom plug-ins
一篇博客通关Redis技术栈
随机推荐
The role of DataContext in WPF
App rapid development and construction experience: the importance of small programs + custom plug-ins
flink读取mongodb数据源
Dephi逆向工具Dede导出函数名MAP导入到IDA中
In the hot summer, teach you to use Xiaomi smart home accessories + Raspberry Pi 4 to connect to Apple HomeKit
[Geek Challenge 2019]FinalSQL
【转】什么是etcd
Cron(Crontab)--使用/教程/实例
How to quickly upgrade your Taobao account to a higher level
How to solve complex distribution and ledger problems?
虚证、实证如何鉴别?
[BJDCTF2020] EasySearch
Flutter learning 2-dart learning
Talk about 20 common problems in data governance
The solution to the failure to read channel information when dedecms generates a message in the background
dedecms报错The each() function is deprecated
Machine Learning Overview
dedecms后台生成提示读取频道信息失败的解决方法
延迟加载js方式async与defer区别
请写出SparkSQL语句