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 Project Error
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] Android Project Error

Scheduled Pinned Locked Moved Mobile and Embedded
8 Posts 2 Posters 1.8k Views 1 Watching
  • 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.
  • O Offline
    O Offline
    overtime
    wrote on last edited by
    #1

    Hello,

    I'm new to QT and have watched some of the android development tutorials.

    I have two errors that I can't figure out how to fix:

    The system cannot find the path specified.
    Project ERROR: Unknown module(s) in QT: quick1

    I get these errors when I try to run https://github.com/SmartphoneBrainScanner the Hello World. Can anyone help me?

    I'm using QT creator 5.2, Windows 8 - 64bit.

    Thanks,
    -Overtime

    1 Reply Last reply
    0
    • GianlucaG Offline
      GianlucaG Offline
      Gianluca
      wrote on last edited by
      #2

      Try to change the "import QtQuick 1.0" with "import QtQuick 2.0" because from Qt 5.2 there is the new 2.0 version of QtQuick.

      1 Reply Last reply
      0
      • O Offline
        O Offline
        overtime
        wrote on last edited by
        #3

        where do I find that at?

        1 Reply Last reply
        0
        • GianlucaG Offline
          GianlucaG Offline
          Gianluca
          wrote on last edited by
          #4

          [quote author="Overtime" date="1398111761"]where do I find that at?[/quote]

          Where ?!?! :-) In the source code !! Did you read the source code of the examples ?!?!

          1 Reply Last reply
          0
          • O Offline
            O Offline
            overtime
            wrote on last edited by
            #5

            Yea, I see it in the examples but when I look for it in https://github.com/SmartphoneBrainScanner hello world project I don't see it.

            1 Reply Last reply
            0
            • GianlucaG Offline
              GianlucaG Offline
              Gianluca
              wrote on last edited by
              #6

              https://github.com/SmartphoneBrainScanner/smartphonebrainscanner2-HelloWorld/blob/master/qml/sbs2-HelloWorld/main.qml

              1 Reply Last reply
              0
              • O Offline
                O Offline
                overtime
                wrote on last edited by
                #7

                oh, I see the file in my windows explorer but I don't see it in Qt Creator.

                I guess my question is how do I import or open someone's project properly?

                The way I did it for this one was by going File -> Open File or Project -> clicked the sbs2-HelloWorld.pro file and hit yes.

                I realize now I shouldn't have hit yes. How do I go back and hit no? Every time I try again it doesn't give me that option anymore.

                1 Reply Last reply
                0
                • O Offline
                  O Offline
                  overtime
                  wrote on last edited by
                  #8

                  Original problem solved.

                  This post helped the situation as well:
                  http://qt-project.org/forums/viewthread/41775/

                  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