I am new in cocos2d android. In my game, I used following code in game setting.
SoundEngine.sharedEngine().setEffectsVolume(volume);
where, volume is float in range of (0.0 to 1.0).
But, there is no change in effect volume. Please give solution of it. Thanks in advance.