📝 Update Dev guide

This commit is contained in:
Liang Ding 2023-04-14 15:29:41 +08:00
parent 6d91b2d6f1
commit ddfb032959
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 2 additions and 2 deletions

View file

@ -52,7 +52,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/arm,android/arm64' ./mobile/`
* `gomobile bind --tags fts5 -ldflags '-s -w' -v -o kernel.aar -target='android/arm64' ./mobile/`
* https://github.com/siyuan-note/siyuan-android
For the mobile-end, please refer to the corresponding project repository.

View file

@ -52,7 +52,7 @@ NPM 镜像:
### Android
* `gomobile bind --tags fts5 -ldflags '-s -w' -v -o kernel.aar -target='android/arm,android/arm64' ./kernel/mobile/`
* `gomobile bind --tags fts5 -ldflags '-s -w' -v -o kernel.aar -target='android/arm64' ./kernel/mobile/`
* https://github.com/siyuan-note/siyuan-android
移动端请参考对应项目仓库。