cAndroid icon indicating copy to clipboard operation
cAndroid copied to clipboard

How to run the server?

Open Tam66662 opened this issue 7 years ago • 3 comments

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.

image

Tam66662 avatar Nov 09 '17 00:11 Tam66662

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. :)

hummatli avatar Nov 10 '17 11:11 hummatli

Ahh, there it is! Great! And it works too. Thanks!

Tam66662 avatar Nov 10 '17 17:11 Tam66662

Fine 👍 . Not at all.

hummatli avatar Nov 11 '17 05:11 hummatli