tango Active Member Licensed User Longtime User Mar 20, 2019 #1 my app in android is working well in debug mode to connect to mysql server. but in release mode crash with not initialize error
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 Mar 21, 2019 #2 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
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.
DonManfred Expert Licensed User Longtime User Mar 21, 2019 #3 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
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.