Search code examples
androidcocos2d-x

cocos2d-x how to play background music on android


I know if the music file under the 'Resources', it can work well. But now, the music file under the '/data/' directory. It cant't play! why?


Solution

  • You can access via absolute path, example: /data/data/your.package.name/files/music.mp3