统一版本为2017.1.3.p4
导入代码如下:
public const string LibName = "GCloudVoice";
[DllImport(LibName, CallingConvention = CallingConvention.Cdecl)]
private static extern int GCloudVoice_CreateInstance();
,所以路径如下:
PROJECT_ROOT/Assets/Plugins/Android/libs/armeabi-v7a/libGCloudVoice.so
这样的统一配置如下:
so文件信息:
libGCloudVoice.so: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /system/bin/linker, stripped
我怀疑统一根本不会在so路径中搜索so。