How to create a MySQL plugin for Qt android?

Ive qt-opensource-windows-x86-android-5.2.1 and I use windows 8 64bit .

I know that only sqlLite driver is available for Android, but I want to use MySQL. So there is a tutorial in more detail than this one explains how to build a MySQL driver for Android on windows .

Note : the application I created runs successfully on Windows, but it doesn’t even open in android.

+4
source share
1 answer

I processed the same project request as Android Apps with MYSQL. But our solution uses RSS and external XML to read / write the database. Sorry this cannot help with your problem. If the RSS and PHP page are acceptable. I think you can try.

0
source

Source: https://habr.com/ru/post/1536201/


All Articles