We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
SimpleAudioEngine::playBackgroundMusic() may not take effect on Android
SimpleAudioEngine::playBackgroundMusic() may not take effect on Android
Bug #1623 [Closed]
Status: | Closed | |
---|---|---|
Start date: | 2012-12-24 | |
Priority: | Normal | |
Due date: | ||
Assignee: | ||
% Done: | 100% |
|
Category: | android | |
Target version: | cocos2d-2.1beta3-x-2.1.1 |
Some developer reported that, if a background music lies in /data/data/package_path/, and play it like this:
SimpleAudioEngine::playBackgroundMusic(/data/data/xxx);
Then the background music is not played, and will cause an exception.