[Solved] Android: QtMultimedia Problem
-
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
-
Did You solve this problem?
-
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