Results 1 to 5 of 5

Thread: mysql plugin on android, requires libmysqlclient_r.so built with android toolchain

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2013
    Posts
    17
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows Android

    Default Re: mysql plugin on android, requires libmysqlclient_r.so built with android toolchai

    just a little edit to my monolouge.. it puts the qsqlmysql.so in the right path, just that it creates that path inside android, under the pro files folder, so it was almost right..

    but the libqsqlmysql created works good on a htc flyer with android 3.2. seems to error on the emulator @ android 3.2, but it was late last night so will have a look and update for future reference..

  2. #2
    Join Date
    Mar 2010
    Posts
    77
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    17
    Thanked 1 Time in 1 Post

    Default Re: mysql plugin on android, requires libmysqlclient_r.so built with android toolchai

    Hey man!
    Sounds exciting!

    Did you make any more progress on this? Were you able to get it to function stable/fully?
    I would sure love to have fully functioning MySQL-support on Android for a project of mine...
    /Tottish

  3. #3
    Join Date
    Aug 2013
    Posts
    17
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows Android

    Default Re: mysql plugin on android, requires libmysqlclient_r.so built with android toolchai

    i've taken up this little project again..

    used https://github.com/0x-ff/libmysql-android to build the plugin for android_armv7..

    wasnt able to use qtcreator to build the mysql.pro

    so had to do it in terminal..

    Qt Code:
    1. stingray@laptop:~/Qt/5.3/Src/qtbase/src/plugins/sqldrivers/mysql$ ~/Qt/5.3/android_armv7/bin/qmake "INCLUDEPATH+=/usr/include/mysql" "LIBS+=-L/home/stingray/Qt/Projekt/libs/android/android14-arm -lmysqlclient_r" mysql.pro
    2. stingray@laptop:~/Qt/5.3/Src/qtbase/src/plugins/sqldrivers/mysql$ make
    To copy to clipboard, switch view to plain text mode 

    the only thing is the LIBS path have to point to where you have dl'ed the android14-arm and unpacked them..

    anyway it seems to work as it should on my android 3.2 htc flyer.. have not tested on emulator..

    as right now i have to rebuild my gui after a little misshap during december when i thought i had backed up my project folder, but it was a old version.. but hey, one step forward three backwards.. one day it might accually be finnished.. hehe..

Similar Threads

  1. How to deploy qt5 qml plugin to android?
    By Thomas1313 in forum Installation and Deployment
    Replies: 0
    Last Post: 19th August 2013, 09:24
  2. 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
  3. 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
  4. Android
    By Viper666 in forum Qt Programming
    Replies: 9
    Last Post: 3rd January 2013, 12:45
  5. MYSQL plugin seems to be built properly, but not loaded in QtCreator [Windows]
    By GabrielGray in forum Installation and Deployment
    Replies: 1
    Last Post: 29th June 2010, 19:38

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
  •  
Qt is a trademark of The Qt Company.