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. My first use of Qt 6 based on QML (qt6) book
Forum Updated to NodeBB v4.3 + New Features

My first use of Qt 6 based on QML (qt6) book

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
7 Posts 4 Posters 697 Views 3 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.
  • Q Offline
    Q Offline
    qcoderpro
    wrote on last edited by qcoderpro
    #1

    Hi,

    I'm trying to create a new project for this first example. So on my Qt Creator 6.0.1 (Based on Qt 6.2.2) I go through these steps:

    New Project-> Qt Quick Application -> select a name for the project -> Build System (CMake) -> Minimal Required Qt Version: Qt 6.2 -> Kits (Android Qt 6.2.2 Clang arm64-v8a and Android Qt 6.2.2 Clang armeabi-v7a) -> Next -> Finish.

    Have I gone through the way properly? Should I make a change in any of the stages?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      I'd say it's better to go with desktop Qt in the beginning. Setting up Android can be quite a challenge and is unnecessary just for learning.

      (Z(:^

      Q 1 Reply Last reply
      0
      • sierdzioS sierdzio

        I'd say it's better to go with desktop Qt in the beginning. Setting up Android can be quite a challenge and is unnecessary just for learning.

        Q Offline
        Q Offline
        qcoderpro
        wrote on last edited by
        #3

        @sierdzio

        Thank you, but I need QtQuick now.

        What api version for the SDK should I use? What version of ndk and jdk, please?

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi,

          What @sierdzio wrote still holds. There's no restriction to use QtQuick only on mobile.

          It's going to be easier to just test drive on your desktop machine especially to learn the rope.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          Q 1 Reply Last reply
          0
          • SGaistS SGaist

            Hi,

            What @sierdzio wrote still holds. There's no restriction to use QtQuick only on mobile.

            It's going to be easier to just test drive on your desktop machine especially to learn the rope.

            Q Offline
            Q Offline
            qcoderpro
            wrote on last edited by
            #5

            @SGaist

            I didn't understand your answer probably. Did you mean I use QtQuick for Desktop apps? If so, OK, I do and will have in mind as well.

            But please answer my questions too!

            1- Did I make the project, as stated in the first post, properly?
            2- What api I need for my sdk?
            3- What version of ndk and jdk are required?

            I'm now on a Windows machine, by the way.

            ndiasN 1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              You have the information in the Androïd Getting Started guide in the Qt documentation.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              1
              • Q qcoderpro

                @SGaist

                I didn't understand your answer probably. Did you mean I use QtQuick for Desktop apps? If so, OK, I do and will have in mind as well.

                But please answer my questions too!

                1- Did I make the project, as stated in the first post, properly?
                2- What api I need for my sdk?
                3- What version of ndk and jdk are required?

                I'm now on a Windows machine, by the way.

                ndiasN Offline
                ndiasN Offline
                ndias
                wrote on last edited by
                #7

                Hi @qcoderpro ,

                Here you can find a video tutorial, a little outdated but quite complete, on how to setup and use QML for Android:
                https://www.youtube.com/watch?v=w2RRgRGHsDA

                This one is also very explicit, but it is in Spanish language and does not show all setup steps:
                https://www.youtube.com/watch?v=v6SvsTPEe4I

                Both allowed me to develop my first android application.

                Regards

                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