Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Modules not installed when syncing QML to Android device
Qt 6.11 is out! See what's new in the release blog

Modules not installed when syncing QML to Android device

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 246 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.
  • B Offline
    B Offline
    brandonznyc
    wrote on last edited by
    #1

    I am using QML desktop to write an application that I'm trying to deploy to an Android device. I've built an APK and a syncing tool that allows for QML files on my Dropbox account to be used on my Android device.

    However when I add the QtPositioning and QSensor modules to make this following code segment work:
    positionDisplay {
    positionSource: PositionSource {
    }
    }
    and upon syncing to Android the app gives the following error message: module QtPositioning is not installed. module Sensor is not installed.

    I've made sure that the .pro file contains QtPositioning and QSensor. I have the same references for QtQuick but that runs fine.

    I've tried everything and nothing seems to work, please help!

    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