README
This commit is contained in:
@@ -220,6 +220,8 @@ HLPR_ReleaseContext(ctx);
|
||||
|
||||
### Android: Compile the Shared Library
|
||||
- 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
|
||||
# execute the script
|
||||
sh command/build_release_android_share.sh
|
||||
@@ -257,7 +259,7 @@ After compiling,Copy**arm64-v8a**and**armeabi-v7a** dirs to **Prj-Android/hype
|
||||
|
||||
### Demo APP Install
|
||||
|
||||
- Android APP:[Scan Code](http://fir.tunm.top/hyperlpr)
|
||||
- Android APP:[Scan QR Code](http://fir.tunm.top/hyperlpr)
|
||||
|
||||
#### Help
|
||||
|
||||
|
||||
@@ -223,6 +223,8 @@ HLPR_ReleaseContext(ctx);
|
||||
|
||||
### Android编译动态链接库
|
||||
- 需要完成上面的步骤:安装第三方依赖库
|
||||
- 需要提前下载NDK并配置环境变量:$ANDROID_NDK
|
||||
- 支持在Linux/MacOS下进行交叉编译
|
||||
```bash
|
||||
# 执行编译脚本
|
||||
sh command/build_release_android_share.sh
|
||||
|
||||
Reference in New Issue
Block a user