Skip to content

Commit

Permalink
feat:更新文档,增加打包Android arm平台命令
Browse files Browse the repository at this point in the history
  • Loading branch information
Tecode committed Apr 8, 2024
1 parent bef597b commit 514fd31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ OpenJDK Runtime Environment Zulu11.70+15-CA (build 11.0.22+7-LTS)
OpenJDK 64-Bit Server VM Zulu11.70+15-CA (build 11.0.22+7-LTS, mixed mode)
```

## 打包arm64,arm
```bash
flutter build apk --release --target-platform android-arm64,android-arm
```

## Android版本下载(iOS下载代码打包📦)
<p align="center">
<img width="200" title="预览截图" src="./assets/preview/QRCode_258.png">
Expand Down

0 comments on commit 514fd31

Please sign in to comment.