I use MediaPlayer
qml type to play a music.I just put one single qml file for this project.And It runs perfect on windows.
When I build it an android. Debug says module "QtMultimedia" plugin "declarative_multimedia" not found
for Release and D/MediaPlayer(15621): Couldn't open file on client side, trying server side
for Debug version.
I have add QT += multimedia
in .pro file and it has network access privilege.
I use Desktop Qt 5.2.0 MinGW 32bit
and Android for armeabi-v7a (GCC 4.8, Qt 5.2.0)
.
So is there anything I missed ?