卓上的AudioEngine::preload失败

谁安卓上的AudioEngine::preload好用?????

AudioEngine::preload(path, ](bool isSuccess)
{
if (isSuccess == true)
{
XXX处理
}
});

上面代码,Windows下面成功运行。。。在安卓上就是跑不到XXX处理那里!!!
但是同样的path,安卓上下面代码
AudioEngine::play2d(path, true);
就是能播放!!所以不是路径的问题。。。

找到了

02-11 18:57:33.978: D/cocos2d-x debug info(29899): Preload not support on Anroid

有人有办法吗