cAndroid
cAndroid copied to clipboard
How to run the server?
Hi, sorry if this is an easy answer. I'm new to Android development and Android Studio. I downloaded your project, and I can compile both the server and client modules. But I am only able to run the Client on my Android device. How do I run the server on the PC? There is no option to do this in Android Studio.
Hi, @Tam66662. That is simple java file. Find Start.java file. Click right button of the mouse. Find run in the context menu and click it. It will run and will listen on the port (6000). You can change it in the main function.
Don't forget to star the project if you liked it. :)
Ahh, there it is! Great! And it works too. Thanks!
Fine 👍 . Not at all.