Android MySQL driver not loaded but available
Unsolved
Installation and Deployment
-
Hey there folks,
I have a problem I tried to solve with older posts but nothing worked.
I have my app which gets its data from a remote mysql server. On Desktop-Mode it works like a charm but it won't connect to the sqlserver when started on android tablet.
it says "QMYSQL driver not loaded"
but also "available drivers: QSQLITE QMYSQL QMYSQL3"in my folder Qt/5.5/android_armv7/plugins/sqldrivers are:
libmariadb.so
libqsqlite.so
libqsqlmysql.socould anyone help me please? for this project i am bound to windows, so be warned im a noob when it comes to dlls
thanks in advance
cheers!
-
Do you have MySQL client library on your android device?