setEffectsVolume is invalid in Android 4.2 and below

I use cc.AudioEngine.getInstance.setEffectsVolume; in my code and then call cc.AudioEngine.getInstance.playEffect; But it seems that the setEffectsVolume is invalid.However, in android 4.3 and 4.4,it works. So how to solve it!