Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. [Solved] Android: QtMultimedia Problem
QtWS25 Last Chance

[Solved] Android: QtMultimedia Problem

Scheduled Pinned Locked Moved Mobile and Embedded
5 Posts 4 Posters 5.6k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    Fahmy
    wrote on 18 Dec 2013, 09:29 last edited by
    #1

    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

    Stay hungry, stay foolish.

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mashinapetro
      wrote on 18 Dec 2013, 11:21 last edited by
      #2

      Did You solve this problem?

      1 Reply Last reply
      0
      • G Offline
        G Offline
        gxrmr
        wrote on 19 Dec 2013, 21:01 last edited by
        #3

        It's an issue from the beta version. To solve it, you must:

        1 - Add
        @QT += multimedia@

        at the top of your .pro file, or after any "QT = " commands, then save the file

        2 - Run qmake

        3 - Rebuild

        Then it should be solved.

        1 Reply Last reply
        0
        • F Offline
          F Offline
          Fahmy
          wrote on 23 Dec 2013, 14:16 last edited by
          #4

          Sorry for late reply.
          gxrmr's suggestion is working! Thanks a lot!

          Stay hungry, stay foolish.

          1 Reply Last reply
          0
          • M Offline
            M Offline
            masum
            wrote on 21 Oct 2014, 11:00 last edited by
            #5

            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

            Kind Regards

            Md. Rashidul Hasan
            Software Architect
            OnnoRokom Software Ltd.
            Cell: 8801836885252

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved