From 90b2fd2b706a83a4e5f9d31e821cf1137541d79c Mon Sep 17 00:00:00 2001 From: Stefano Grisendi <stefagr@stud.ntnu.no> Date: Fri, 23 Apr 2021 10:02:09 +0000 Subject: [PATCH] Update README.md. Another typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c1c751..9b819bc 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,4 @@ To connect to a particular server you need its IP address. Once you have this ad 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. +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` instead 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