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 26.9k 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.
  • tomyT Offline
    tomyT Offline
    tomy
    wrote on last edited by tomy
    #51

    I'm very new on both Qt, and Android programming so I spare it for latter to decide and for the time being I choose them separately for each type of codes/platforms.

    I found this and had a look at the Running an App in the Android Emulator section and have this emulator.

    Now I have that and also a folder named Andapp1 of the Docs example. There is no .apk extension file to run on an Android device!

    I'm trying to find how to run that project using that emulator. (Rather complicated).

    p3c0P 1 Reply Last reply
    0
    • tomyT tomy

      I'm very new on both Qt, and Android programming so I spare it for latter to decide and for the time being I choose them separately for each type of codes/platforms.

      I found this and had a look at the Running an App in the Android Emulator section and have this emulator.

      Now I have that and also a folder named Andapp1 of the Docs example. There is no .apk extension file to run on an Android device!

      I'm trying to find how to run that project using that emulator. (Rather complicated).

      p3c0P Offline
      p3c0P Offline
      p3c0
      Moderators
      wrote on last edited by
      #52

      @tomy When you run your application does it pop up a window as to where to run the app?
      The apk is created somewhere in the build folder. Check the build logs.

      157

      tomyT 2 Replies Last reply
      1
      • p3c0P p3c0

        @tomy When you run your application does it pop up a window as to where to run the app?
        The apk is created somewhere in the build folder. Check the build logs.

        tomyT Offline
        tomyT Offline
        tomy
        wrote on last edited by tomy
        #53

        @p3c0
        There is no Build folder. Have I gone wrongly? :-(

        When I run Andapp1 project using Qt Creator, this window comes up and the OK key is grayed out and it's not possible to select Nexus-5 there!
        By double clicking on Nexus-5 there, I get these errors at the bottom of the Qt Creator:

        Error while building/deploying project Andapp1 (kit: Android for armeabi-v7a (GCC 4.9, Qt 5.8.0))
        When executing step "Deploy to Android device"

        1 Reply Last reply
        0
        • p3c0P Offline
          p3c0P Offline
          p3c0
          Moderators
          wrote on last edited by
          #54

          @tomy Didn't you add new AVD as you checked here?
          http://imgur.com/a/GJ38z

          157

          tomyT 1 Reply Last reply
          0
          • p3c0P p3c0

            @tomy When you run your application does it pop up a window as to where to run the app?
            The apk is created somewhere in the build folder. Check the build logs.

            tomyT Offline
            tomyT Offline
            tomy
            wrote on last edited by
            #55

            @p3c0
            Do you recommend reading the instructions written that link please? Or you have used a more plain and clear tut for creating a virtual android devicd to test Android apps?

            1 Reply Last reply
            0
            • p3c0P p3c0

              @tomy Didn't you add new AVD as you checked here?
              http://imgur.com/a/GJ38z

              tomyT Offline
              tomyT Offline
              tomy
              wrote on last edited by tomy
              #56

              @p3c0 said in Deploying on other platforms as well:

              @tomy Didn't you add new AVD as you checked here?
              http://imgur.com/a/GJ38z

              No, because in Kit section, The armeabi-v7a and x86 were on the list for the new project. And I simply chose armeabi-v7a.
              AVD Manager cadre is still empty there!

              1 Reply Last reply
              0
              • p3c0P Offline
                p3c0P Offline
                p3c0
                Moderators
                wrote on last edited by
                #57

                @tomy You need to create new Android Virtual Device so that it will be listed in the manager. Choose it and deploy on it.
                If you have a physical device then it is more easier. Just turn on USB Debugging, connect the device to your machine, run you app, choose your physical device from the list, wait for it to deploy and execute. That's it.

                157

                tomyT 1 Reply Last reply
                1
                • p3c0P p3c0

                  @tomy You need to create new Android Virtual Device so that it will be listed in the manager. Choose it and deploy on it.
                  If you have a physical device then it is more easier. Just turn on USB Debugging, connect the device to your machine, run you app, choose your physical device from the list, wait for it to deploy and execute. That's it.

                  tomyT Offline
                  tomyT Offline
                  tomy
                  wrote on last edited by
                  #58

                  @p3c0
                  No I don't have an physical Android device (I use an iPhone).

                  So I need to firstly create a new virtual device so that it will be listed on the AVD Manager. Then adding it and running the app.

                  OK, I go for it, but what tut do you suggest me to follow. And please bear in mind it's the first time for me.

                  1 Reply Last reply
                  0
                  • p3c0P Offline
                    p3c0P Offline
                    p3c0
                    Moderators
                    wrote on last edited by
                    #59

                    @tomy

                    So I need to firstly create a new virtual device so that it will be listed on the AVD Manager. Then adding it and running the app.

                    Yes.

                    OK, I go for it, but what tut do you suggest me to follow. And please bear in mind it's the first time for me.

                    Yes I do understand. Honestly speaking the Qt Docs are quite enough. What you are looking for is here:
                    http://doc.qt.io/qtcreator/creator-developing-android.html
                    And the emulator part on that page is here:
                    http://doc.qt.io/qtcreator/creator-developing-android.html#using-the-android-emulator

                    157

                    1 Reply Last reply
                    1
                    • tomyT Offline
                      tomyT Offline
                      tomy
                      wrote on last edited by
                      #60

                      OK, thanks.
                      I follow them.

                      1 Reply Last reply
                      0
                      • tomyT Offline
                        tomyT Offline
                        tomy
                        wrote on last edited by
                        #61

                        I tried, but no success on the issue unfortunately. :-(

                        You may want to see this.

                        tomyT 1 Reply Last reply
                        0
                        • tomyT tomy

                          I tried, but no success on the issue unfortunately. :-(

                          You may want to see this.

                          tomyT Offline
                          tomyT Offline
                          tomy
                          wrote on last edited by tomy
                          #62

                          Hi all,

                          I could finally handle the problem, not completely though.
                          Thanks for your help up to here.

                          I mentioned it on other thread too and if possible I would like to know your ideas as well.
                          Please see the screenshot below. I want to know, what stuffs/updates do I need to install please?

                          http://imgur.com/a/Iru1N

                          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