This commit is contained in:
tunm
2023-03-05 21:21:40 +08:00
parent d6f260ff75
commit e679fe8727
2 changed files with 5 additions and 1 deletions
+3 -1
View File
@@ -220,6 +220,8 @@ HLPR_ReleaseContext(ctx);
### Android: Compile the Shared Library ### Android: Compile the Shared Library
- The first step is to install third-party dependencies - The first step is to install third-party dependencies
- You need to prepare NDKS and configure environment variables: $ANDROID_NDK
- Supports cross-compilation on Linux/MacOS
```bash ```bash
# execute the script # execute the script
sh command/build_release_android_share.sh sh command/build_release_android_share.sh
@@ -257,7 +259,7 @@ After compilingCopy**arm64-v8a**and**armeabi-v7a** dirs to **Prj-Android/hype
### Demo APP Install ### Demo APP Install
- Android APP[Scan Code](http://fir.tunm.top/hyperlpr) - Android APP[Scan QR Code](http://fir.tunm.top/hyperlpr)
#### Help #### Help
+2
View File
@@ -223,6 +223,8 @@ HLPR_ReleaseContext(ctx);
### Android编译动态链接库 ### Android编译动态链接库
- 需要完成上面的步骤:安装第三方依赖库 - 需要完成上面的步骤:安装第三方依赖库
- 需要提前下载NDK并配置环境变量:$ANDROID_NDK
- 支持在Linux/MacOS下进行交叉编译
```bash ```bash
# 执行编译脚本 # 执行编译脚本
sh command/build_release_android_share.sh sh command/build_release_android_share.sh