摘要:
打包 mac # 指明架构 export FLUTTER_XCODE_ARCHS=arm64 && flutter build macos 打包 android # 指明架构 flutter build apk --debug --target-platform android-arm64 --sp 阅读全文
posted @ 2024-12-16 10:07
小卢阿
阅读(11)
评论(0)
推荐(0)
摘要:
小技巧 清理本地仓库中在远程已经不存在的分支 git remote prune origin 另开裸分支 git checkout --orphan=main # 删除所有文件 git rm -rf . # 添加所有文件 git add . # 提交 git commit -m "init" 阅读全文
posted @ 2024-12-16 09:55
小卢阿
阅读(4)
评论(0)
推荐(0)
摘要:
brew install android-platform-tools 阅读全文
posted @ 2024-12-16 09:12
小卢阿
阅读(7)
评论(0)
推荐(0)