对于安卓 14(Android 4.0)设备,你可以尝试以下步骤来安装 minicap:
1.1 **下载 Minicap 库文件**:
首先,你需要下载适用于你设备架构的 minicap 库文件。你可以在 GitHub 上的 minicap 项目中找到预编译的库文件。请注意,要确保选择与你设备 CPU 架构匹配的版本。
Minicap 项目 GitHub 链接:https://github.com/openstf/minicap
1.2NDK环境准备
下载并安装NDK,配置环境变量。
输入ndk-build -version输出如下内容即可:
C:\Users\Administrator>ndk-build -version
GNU Make 4.3
Built for Windows32
Copyright (C) 1988-2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
1.3.编译minicap环境
adb shell getprop ro.build.version.sdk //查看设备API版本