Im currently trying to establish a connection from my Android app to a MySQL server running on my raspberry pi.
I added the library to android studio correctly by ad
As I encountered the same message once, I also was misled by it firstly. However, it turned out that you can not open a Socket or other network connection on the main thread (see https://developer.android.com/training/basics/network-ops/connecting#intro-net-ops). This may also be the problem in your case.
This message itself only seems to be an information for testing purposes as vhamon pointed out.