Android - 如何使用 Affective SDK 针对不同的架构?
Android - How to target different architectures with Affective SDK?
我一直在研究 Affective Android SDK,发现一旦构建了 apk,它只包含 armeabi-v7 架构的本地库
这是否意味着如果我们使用这个 SDK,我们将只针对只有这种类型手机的用户?
有没有人设法在 x86 和 mips 架构上使用 Affective SDK?
Affectiva 的 SDK 根据所使用的 OS 进行不同的打包。目前 Android 支持仅限于 arm 架构。
Linux 另一方面同时支持 x86 和 arm 架构:
https://affectiva.readme.io/docs/getting-started-with-the-affectiva-sdk-for-linux
我一直在研究 Affective Android SDK,发现一旦构建了 apk,它只包含 armeabi-v7 架构的本地库
有没有人设法在 x86 和 mips 架构上使用 Affective SDK?
Affectiva 的 SDK 根据所使用的 OS 进行不同的打包。目前 Android 支持仅限于 arm 架构。 Linux 另一方面同时支持 x86 和 arm 架构: https://affectiva.readme.io/docs/getting-started-with-the-affectiva-sdk-for-linux