我在我的应用程序中集成了 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'