From c556fbfe6e6bad0c39259e95904befc9efb7538e Mon Sep 17 00:00:00 2001 From: Stefano Grisendi <stefagr@stud.ntnu.no> Date: Thu, 22 Apr 2021 17:54:45 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 129dc41..9f9959e 100644 --- a/README.md +++ b/README.md @@ -27,5 +27,6 @@ To connect to a particular server you need its IP address. Once you have this ad #### How to run the applications -To build an APK in Android Studio click `Build` from the top menu and then select `Build Bundle(s)/Build APK(s)`>`Build APK(s)`. -Otherwise if you don't want to install the game on your personal device you can use Android studio to run the client and/or server by clicking the run button. +To build an APK in Android Studio click `Build` from the top menu and then select `Build Bundle(s)/Build APK(s)`>`Build APK(s)`. This will produce a package you can use to install the game on your device. + +Otherwise if you don't want to install the game on your personal device you can use Android Studio to run the client and/or server on an emulator by clicking the run button. If you do this, you should launch the server with the desktop launcher by choosing `DesktopLauncher` insted of `android` in the drop down menu next to the build hammer icon. This because emulators have their own private IP address which are not visible outside the emulator. -- GitLab