Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Deploying on other platforms as well
Forum Updated to NodeBB v4.3 + New Features

Deploying on other platforms as well

Scheduled Pinned Locked Moved Unsolved General and Desktop
62 Posts 5 Posters 24.8k 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.
  • S Offline
    S Offline
    SGaist
    Lifetime Qt Champion
    wrote on 16 Feb 2017, 20:54 last edited by
    #18

    Android studio is not the same thing as the SDK however I don't know where the SDK is located with the Android Studio installer. I usually get the command line tools from the bottom of the download page.

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

    T 1 Reply Last reply 16 Feb 2017, 20:58
    1
    • S SGaist
      16 Feb 2017, 20:54

      Android studio is not the same thing as the SDK however I don't know where the SDK is located with the Android Studio installer. I usually get the command line tools from the bottom of the download page.

      T Offline
      T Offline
      tomy
      wrote on 16 Feb 2017, 20:58 last edited by tomy
      #19

      @SGaist

      Android studio is not the same thing as the SDK however I don't know where the SDK is located with the Android Studio installer.

      You mean I downloaded and installed Android Studio uselessly?

      I usually get the command line tools from the bottom of the download page.

      I think, anyway, we should have a SDK for put its path to the kit page, not?

      1 Reply Last reply
      0
      • S Offline
        S Offline
        SGaist
        Lifetime Qt Champion
        wrote on 16 Feb 2017, 21:00 last edited by
        #20

        No, I just don't know where the SDK is located when you install Android Studio.

        However, Android Studio itself is, indeed, not needed to build Qt applications.

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

        T 1 Reply Last reply 16 Feb 2017, 21:02
        1
        • S SGaist
          16 Feb 2017, 21:00

          No, I just don't know where the SDK is located when you install Android Studio.

          However, Android Studio itself is, indeed, not needed to build Qt applications.

          T Offline
          T Offline
          tomy
          wrote on 16 Feb 2017, 21:02 last edited by
          #21

          @SGaist
          If it's probably in the path where Android Studio is installed, OK, I will search for it. But what to search? A file, folder what?!!!

          1 Reply Last reply
          0
          • S Offline
            S Offline
            SGaist
            Lifetime Qt Champion
            wrote on 16 Feb 2017, 21:33 last edited by
            #22

            Folder, a SDK is always at least a folder since it should provide all tools / libraries / whatnot to do development. You can search for a file named adb.exe.

            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
            • T Offline
              T Offline
              tomy
              wrote on 16 Feb 2017, 21:39 last edited by tomy
              #23

              Very nifty point. :-)

              I found it here C:\Users\CS\AppData\Local\Android\sdk\platform-tools so I add C:\Users\CS\AppData\Local\Android\sdk as the location path. Agree?

              I did it. But how to select Android kit!? Apparently I should add it!

              1 Reply Last reply
              0
              • S Offline
                S Offline
                SGaist
                Lifetime Qt Champion
                wrote on 16 Feb 2017, 21:51 last edited by
                #24

                Looks good yes.

                Did you install the Qt for Android version ?

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

                T 1 Reply Last reply 16 Feb 2017, 21:55
                0
                • S SGaist
                  16 Feb 2017, 21:51

                  Looks good yes.

                  Did you install the Qt for Android version ?

                  T Offline
                  T Offline
                  tomy
                  wrote on 16 Feb 2017, 21:55 last edited by tomy
                  #25

                  @SGaist
                  I have Qt 5.7 Creator + all the files and folders mentioned above installed/downloaded on my Windows 7 x64 machine.
                  I don't know what that is.

                  I think I should add an Android kit for the project. But how!?
                  http://doc.qt.io/qtcreator/creator-developing-android.html

                  1 Reply Last reply
                  0
                  • S Offline
                    S Offline
                    SGaist
                    Lifetime Qt Champion
                    wrote on 16 Feb 2017, 21:59 last edited by
                    #26

                    When using the online installer for example you have the option to install Qt for various Visual Studio, MinGW and Android. if you don't already have a kit then it's likely that you didn't install Qt for Android development.

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

                    T 1 Reply Last reply 16 Feb 2017, 22:01
                    0
                    • S SGaist
                      16 Feb 2017, 21:59

                      When using the online installer for example you have the option to install Qt for various Visual Studio, MinGW and Android. if you don't already have a kit then it's likely that you didn't install Qt for Android development.

                      T Offline
                      T Offline
                      tomy
                      wrote on 16 Feb 2017, 22:01 last edited by
                      #27

                      @SGaist
                      No, I've installed MinGW, because I was coding for windows. should I also install another Qt Creator!!!?

                      1 Reply Last reply
                      0
                      • S Offline
                        S Offline
                        SGaist
                        Lifetime Qt Champion
                        wrote on 16 Feb 2017, 22:01 last edited by
                        #28

                        No, just Qt for Android. Qt Creator is capable of handling several version of Qt in parallel without any problem.

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

                        T 1 Reply Last reply 16 Feb 2017, 22:02
                        1
                        • S SGaist
                          16 Feb 2017, 22:01

                          No, just Qt for Android. Qt Creator is capable of handling several version of Qt in parallel without any problem.

                          T Offline
                          T Offline
                          tomy
                          wrote on 16 Feb 2017, 22:02 last edited by tomy
                          #29

                          @SGaist
                          Good news. so how to add that on my Qt Creator please?

                          1 Reply Last reply
                          0
                          • S Offline
                            S Offline
                            SGaist
                            Lifetime Qt Champion
                            wrote on 16 Feb 2017, 22:06 last edited by
                            #30

                            Start the online installer, then add/remove and check the Android option.

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

                            T 1 Reply Last reply 16 Feb 2017, 22:22
                            0
                            • S SGaist
                              16 Feb 2017, 22:06

                              Start the online installer, then add/remove and check the Android option.

                              T Offline
                              T Offline
                              tomy
                              wrote on 16 Feb 2017, 22:22 last edited by
                              #31

                              @SGaist
                              Can't I use the maintenance tool?

                              T 1 Reply Last reply 16 Feb 2017, 22:48
                              0
                              • S Offline
                                S Offline
                                SGaist
                                Lifetime Qt Champion
                                wrote on 16 Feb 2017, 22:43 last edited by
                                #32

                                Yes, sure thing, it's that one that I had in mind, sorry.

                                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
                                0
                                • T tomy
                                  16 Feb 2017, 22:22

                                  @SGaist
                                  Can't I use the maintenance tool?

                                  T Offline
                                  T Offline
                                  tomy
                                  wrote on 16 Feb 2017, 22:48 last edited by
                                  #33

                                  No it's fine. Actually it is me that I should say "sorry" for getting your time.

                                  I went for it, but unfortunately it doesn't include a Qt for android version. :(

                                  1 Reply Last reply
                                  0
                                  • S Offline
                                    S Offline
                                    SGaist
                                    Lifetime Qt Champion
                                    wrote on 16 Feb 2017, 22:49 last edited by
                                    #34

                                    Did you use the offline installer at first ?

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

                                    T 1 Reply Last reply 16 Feb 2017, 22:52
                                    0
                                    • S SGaist
                                      16 Feb 2017, 22:49

                                      Did you use the offline installer at first ?

                                      T Offline
                                      T Offline
                                      tomy
                                      wrote on 16 Feb 2017, 22:52 last edited by
                                      #35

                                      @SGaist
                                      No. directly used the maintanence tool.
                                      My offline installer is this qt-opensource-windows-x86-mingw530-5.7.0 (size 1.10 GB).

                                      1 Reply Last reply
                                      0
                                      • S Offline
                                        S Offline
                                        SGaist
                                        Lifetime Qt Champion
                                        wrote on 16 Feb 2017, 22:55 last edited by
                                        #36

                                        So your original installation comes from an online installer, correct ?

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

                                        T 1 Reply Last reply 16 Feb 2017, 23:01
                                        0
                                        • S SGaist
                                          16 Feb 2017, 22:55

                                          So your original installation comes from an online installer, correct ?

                                          T Offline
                                          T Offline
                                          tomy
                                          wrote on 16 Feb 2017, 23:01 last edited by
                                          #37

                                          @SGaist
                                          No, because of disconnecting the Internet here, I firstly dowloaded that offline installer and used it for installing 5.7

                                          1 Reply Last reply
                                          0

                                          27/62

                                          16 Feb 2017, 22:01

                                          • Login

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