1

我在我的应用程序中集成了 Superpowered Library。我在jni文件夹中添加了所有的.a文件。所有文件都成功编译并生成了除arm64-v8a架构之外的so文件。我使用了“libSuperpoweredAndroidARM64.a”文件。你能帮我为这个架构生成so文件吗?它显示以下错误

In function `SuperpoweredCompressor::process(float*, float*, unsigned int)':
    /Volumes/iMect/iphone/SuperpoweredSource/FX/SuperpoweredCompressor.cpp:254: undefined reference to `SuperpoweredCompressorProcess'
    /Volumes/iMect/iphone/SuperpoweredSource/FX/SuperpoweredCompressor.cpp:254: undefined reference to `SuperpoweredCompressorProcess'
4

1 回答 1

1

请检查基于 CMake 的 Superpowered 的当前版本。Google 已将 Android 原生环境的规则从实验性插件更改为 CMake。

于 2016-12-06T15:59:12.447 回答