Android Question msmysql library connection problem in release mode

tango

Member
Licensed User
Longtime User
my app in android is working well in debug mode to connect to mysql server. but in release mode crash with not initialize error
 

peacemaker

Expert
Licensed User
Longtime User
You should show error mesages, and better - to upload the test project. I see that servers may be different, but ... just try to make the simplest project from your main project - mostly it will help to find the error reason.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
I don´t suggest to use the lib anymore.

Alternatives:
Best: jRDC2
Alternative: JdbcSQL

For your issue. Make sure to have Internetpermission added to the manifest. Make sure to use the networkonmainthread workaround.
 
Upvote 0
Top