美文网首页
搭建流程

搭建流程

作者: marlti7 | 来源:发表于2024-05-08 16:30 被阅读0次

1.安装homebrew
2.安装node && watchman

brew install node
brew install watchman

3.安装xcode
4.安装cocopods(ios)

brew install cocoapods

5.安装开发工具flipper,另外真机调试需要安装
ios

brew install python3
brew tap facebook/fb
brew install idb-companion

升级

python -m pip install --upgrade pip

查看安装版本

python3 --version

以上面安装版本为准

pip3.11 install fb-idb 

idb位置

which idb

android
将上面获取地址放到flipper settings ios developer IDB binary location, 这样就可以flipper中选到正确设备了
6.安装flipper相关插件
redux-debugger
7.安装android studio
8.安装adb

brew install --cask android-platform-tools

有时候emulator无法删除 需要

adb emu kill

9.android flipper 真机调试
flipper settings android developer设置为sdk位置

相关文章

网友评论

      本文标题:搭建流程

      本文链接:https://www.haomeiwen.com/subject/fftaedtx.html