Results 1 to 3 of 3

Thread: Ditribute Android App

  1. #1
    Join Date
    Jun 2010
    Posts
    97
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Ditribute Android App

    Hi,

    I have developed a QT application for android and is running fine on emulator as well as physical device connected using USB cable. Now this application I want to distribute to all my friends. For this they will not connect their devices to QtCreator. So which are the files I need to give them over pen drive which they will copy on their machine and will connect their andoid device to that machine which don't have QT installed.

    Also how it has to be installed by them.



    Thanks

    Manish

  2. #2
    Join Date
    Jan 2012
    Location
    Dortmund, Germany
    Posts
    159
    Thanks
    69
    Thanked 10 Times in 8 Posts
    Qt products
    Qt4
    Platforms
    Windows Android

    Default Re: Ditribute Android App

    You want to distribute the actual .apk file that is created inside your build directory:
    <YourBuildDir>\android-build\bin

    It is probably sth. like
    QtApp-debug.apk
    Or without the debug, if you do a release build.
    Rename it as you like, but keep the .apk ending.

    For deeper understanding, take a read here.

    It can be installed on a target device via most android file browsers, or just use Airdroid for that.
    Remember: your friends will have to enable installation from "unsafe sources" (that is: not Google Play) to allow their device to do that.

    HTH
    Sebastian

  3. #3
    Join Date
    Dec 2014
    Posts
    1
    Qt products
    Qt3
    Platforms
    Windows

    Default Re: Ditribute Android App

    Sebastian, thanks for reply. Actually I had the same problem described above and the solution you gave solved it. And thanks for the link, because I could find anything related my problem. Now everything works!

Similar Threads

  1. Replies: 4
    Last Post: 10th July 2014, 15:22
  2. Android ARM vs Android x86 in qmake .pro file
    By sedi in forum Qt Programming
    Replies: 1
    Last Post: 12th May 2014, 08:48
  3. qt and android
    By giugio in forum Newbie
    Replies: 2
    Last Post: 22nd August 2013, 23:42
  4. How do you make android applications display correctly on android phone?
    By Cyrebo in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 17th August 2013, 07:31
  5. is android app with qt 5.1 just compatible with android 4 ?
    By solook in forum Qt for Embedded and Mobile
    Replies: 5
    Last Post: 14th August 2013, 16:23

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.