Hello experts!
Can anyone tell me why when my application is released it can't connect to the database? I'm using the JdbcSql library and the connection happens under my private network. However, with debugging it manages to connect. The problem is as follows: (NetworkOnMainThreadException) android.os.NetworkOnMainThreadException.
Thanks Erel.
I am not using the asynchronous methods for the moment because I am testing the app. Then when the code is ready I proceed with adding the server and asynchronous methods.