I am trying to create a client-server application. I use Libgdx framework and develop the app by using Android Studio.
My problems are:
1) How can I debug client and server in Android studio? I do not mind using android devices as clients and my desktop as server
2) I plan to make a desktop application as server and the mobile devices as clients (in LibGDX you can create apps that can run on desktop and mobile devices at the same time). I try the source code in
https://github.com/pepedeab/libGDX-Net/tree/master/servidor/libs
However, it does not seem to work in my case, any suggestions?
Thank you