Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. AbstractCheckable missing when building for Android on Windows
QtWS25 Last Chance

AbstractCheckable missing when building for Android on Windows

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 479 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
    fbaqt
    wrote on last edited by
    #1

    I have a new QML based app that I have been working on. When I build it in Linux, the APK seems to be generated just fine, and seems to run just fine. However, when I build the same app, with the same code, on Windows, it builds, but gives me an error when it is launched. The error is "java.io.FileNotFoundException: --Added-by-androiddeployqt--/qml/QtQuick/Controls/Private/AbstractCheckable.qml".

    From Googling around, it seems that qmlimportscanner isn't properly figuring out that it needs to include the AbstractCheckable.qml. So, is there any way to explicitly tell QMake to include that file? Or, is there some way to convince qmlimportscanner that it is needed?

    Thanks!

    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