🎨 Update mobile build doc

This commit is contained in:
Daniel 2023-08-20 09:49:37 +08:00
parent 55fdc3741e
commit 49e6fdf10c
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 5 additions and 3 deletions

View file

@ -55,7 +55,7 @@ Note: In the development environment, the kernel process will not be automatical
### Android
* `cd kernel`
* `gomobile bind --tags fts5 -ldflags '-s -w' -v -o kernel.aar -target='android/arm64' ./mobile/`
* `gomobile bind --tags fts5 -ldflags '-s -w' -v -o kernel.aar -target='android/arm64' -androidapi 24 ./mobile/`
* https://github.com/siyuan-note/siyuan-android
For the mobile-end, please refer to the corresponding project repository.