[Solved] Android: QtMultimedia Problem
-
wrote on 18 Dec 2013, 09:29 last edited by
When I use import QtMultimedia 5.0 in my QML files. An error occurs because the QtMultimedia plugin cannot be found. On Desktop I know this can be fix by copy related folders but how can it be done on Android?
I'm using Qt5.2 and QtCreator 3.0.
module "QtMultimedia" plugin "declarative_multimedia" not found
-
wrote on 18 Dec 2013, 11:21 last edited by
Did You solve this problem?
-
wrote on 23 Dec 2013, 14:16 last edited by
Sorry for late reply.
gxrmr's suggestion is working! Thanks a lot! -
wrote on 21 Oct 2014, 11:00 last edited by
For me at Qt 5.4 beta again showing that problem. Though at project following lines are included but show error at android emulator but not showing any error at desktop run.
qrc:///demos/maroon/content/SoundEffect.qml:45 ((null)): qrc:///demos/maroon/content/SoundEffect.qml:45: Error: Qt.createQmlObject(): failed to create object:
W/Qt ( 1208): qrc:///demos/maroon/content/inline:1:1: module "QtMultimedia" is not installed