The app works well on the phone and on the desktop environment without any problem. However, it cannot play the music in the emulator. A developer also found this problem, and she needs the feature to test the app since she does not have a phone yet.
I have a sample application at:
bzr branch lp:~liu-xiao-guo/debiantrial/bubblekid
The application plays some background music using the following code:
SoundEffect { bubblepop. wav"
id: bubblepop
source: "sounds/
volume: 1.0
}
MediaPlayer { background. mp3"
autoPlay: true Infinite
id: backgroundMusic
source: "sounds/
loops: MediaPlayer.
volume: 1.0
}
The app works well on the phone and on the desktop environment without any problem. However, it cannot play the music in the emulator. A developer also found this problem, and she needs the feature to test the app since she does not have a phone yet.
Best regards,
XiaoGuo