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] Some general questoins about android programming in Qt

[Solved] Some general questoins about android programming in Qt

Scheduled Pinned Locked Moved Mobile and Embedded
androidjavaoutput
3 Posts 2 Posters 1.3k 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.
  • M Offline
    M Offline
    MohammadReza
    wrote on 13 Sept 2015, 07:52 last edited by MohammadReza
    #1

    Hi to all,

    I want to start android programming in Qt but have some simple questions but important for me:
    1, Can I debug my "Qt Widgets Applications" projects and get the android output?
    2. Can I use pure Qt class and without using any java code to create an android project?
    3. What is the output format? apk?
    4. To run project output in a real android cellphone, does it need to prerequisites? (I mean for example in windows we have to add platform folder, QtCore.dll, QtGui, etc. In android how?)

    Thanks

    1 Reply Last reply
    0
    • K Offline
      K Offline
      kolegs
      wrote on 13 Sept 2015, 09:39 last edited by
      #2
      1. Yes you can debug without any problems, both c++ part and java part(if you write something in java)
      2. Yes you can use pure Qt, but there are some parts(mostly advanced) that requires java
      3. Yes its apk format. You can upload it to the google play no problem.
      4. You have 2 possiblities use ministro or compile libraries into your apk. Depends on your license, but in both cases libraries are loaded automaticaly.

      Hope it helps

      M 1 Reply Last reply 13 Sept 2015, 11:42
      1
      • K kolegs
        13 Sept 2015, 09:39
        1. Yes you can debug without any problems, both c++ part and java part(if you write something in java)
        2. Yes you can use pure Qt, but there are some parts(mostly advanced) that requires java
        3. Yes its apk format. You can upload it to the google play no problem.
        4. You have 2 possiblities use ministro or compile libraries into your apk. Depends on your license, but in both cases libraries are loaded automaticaly.

        Hope it helps

        M Offline
        M Offline
        MohammadReza
        wrote on 13 Sept 2015, 11:42 last edited by
        #3

        @kolegs Thanks a lot dear kolegs. Very good reply ;)

        1 Reply Last reply
        0

        3/3

        13 Sept 2015, 11:42

        • Login

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