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. QML import could not be resolved in any of the import paths
Forum Updated to NodeBB v4.3 + New Features

QML import could not be resolved in any of the import paths

Scheduled Pinned Locked Moved Solved Mobile and Embedded
androidqml
3 Posts 2 Posters 3.8k 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.
  • G Offline
    G Offline
    Galbarad
    wrote on last edited by Galbarad
    #1

    Hi all
    I have problem with build my Qt project to Android
    Warning: QML import could not be resolved in any of the import paths: ua.sp.GameCore
    ua.sp.GameCore it's my own C++ class

    // main.cpp
    qmlRegisterType<QCTLCore>("ua.sp.GameCore", 0, 1, "GameCore");
    
    // main.qml
    import ua.sp.GameCore 0.1
    

    I have no problem with build this project for Windows
    exists similar bug QTCREATORBUG-13521 but I'm use QtCreator 3.6.1
    project recreation do not help(

    thanks for any advice
    good luck

    1 Reply Last reply
    0
    • G Offline
      G Offline
      Galbarad
      wrote on last edited by
      #2

      I clean all dependencies from google-play-services and my application started on phone
      but I still have following error
      Warning: QML import could not be resolved in any of the import paths: ua.sp.GameCore
      looks like this warning should be ignored)

      1 Reply Last reply
      0
      • AnhvinhA Offline
        AnhvinhA Offline
        Anhvinh
        wrote on last edited by
        #3

        Hi, i see that, this problem is solved.
        could you show the solution for this warning?
        Thanks you.

        1 Reply Last reply
        2

        • Login

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