当我运行命令
时cocos compile -p android --ap android-15 --app-abi x86
我收到错误
/audio/android/cutils/bitops.h: In function 'int bitmask_ffz(unsigned int*, int)':
/audio/android/cutils/bitops.h:65:30: error: 'ffs' was not declared in this scope
bit = ffs(~bitmask[i]);
^
[x86] Compile++ : audioengine_static <= AudioDecoderProvider.cpp
make: ** [obj/local/x86/objs-debug/audioengine_static/AudioDecoder.o] Error 1
make: ** Waiting for unfinished jobs....
make: Leaving directory `/DeneOyun/proj.android'
**Error running command, return code: 2.**