diff --git a/README.md b/README.md index 7ddb41f..eac60a0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_CH.md b/README_CH.md index 4eb749f..6b2920f 100644 --- a/README_CH.md +++ b/README_CH.md @@ -223,6 +223,8 @@ HLPR_ReleaseContext(ctx); ### Android编译动态链接库 - 需要完成上面的步骤:安装第三方依赖库 +- 需要提前下载NDK并配置环境变量:$ANDROID_NDK +- 支持在Linux/MacOS下进行交叉编译 ```bash # 执行编译脚本 sh command/build_release_android_share.sh