打包安卓以后音乐文件报错

g E/MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
10-16 16:56:43.936 4632-4662/org.cocos2dx.mahjong E/MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0
10-16 16:56:43.937 4632-4662/org.cocos2dx.mahjong E/Cocos2dxMusic: error: This file can not be opened as a file descriptor; it is probably compressed
java.io.FileNotFoundException: This file can not be opened as a file descriptor; it is probably compressed
at android.content.res.AssetManager.openAssetFd(Native Method)
at android.content.res.AssetManager.openFd(AssetManager.java:404)
at org.cocos2dx.lib.Cocos2dxMusic.createMediaPlayer(Cocos2dxMusic.java)
at org.cocos2dx.lib.Cocos2dxMusic.playBackgroundMusic(Cocos2dxMusic.java)
at org.cocos2dx.lib.Cocos2dxHelper.playBackgroundMusic(Cocos2dxHelper.java)
at org.cocos2dx.lib.Cocos2dxRenderer.nativeRender(Native Method)
at org.cocos2dx.lib.Cocos2dxRenderer.onDrawFrame(Cocos2dxRenderer.java)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1548)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1259)
10-16 16:56:43.937 4632-4662/org.cocos2dx.mahjong E/Cocos2dxMusic: playBackgroundMusic: background media player
is null

PC端和ios端是可以正常播放。
大神指教

看上去和压缩有关,放一个不带后缀,名为NotCompress的文件,到/我的文档/AnySDKFiles/config目录,重新打包试试,这样打包的时候不会做压缩资源处理。

展示一下你的音乐文件

经过测试,只要sdk打包 以后音乐就报错了。母包音乐是正常

音乐文件是mp3格式,确定是没有问题的

有解决方案吗