diff --git a/docs/building.md b/docs/building.md index 522c5dd7c..bd905a24e 100644 --- a/docs/building.md +++ b/docs/building.md @@ -178,6 +178,20 @@ The nro-file will be generated in the build folder. Test with an emulator (RyuJi [Nintendo Switch manual](docs/manual/platforms/switch.md) +
Android + +### Installing dependencies +Install [Android Studio](https://developer.android.com/studio) +After first launch configuration, go to "Configure -> SDK Manager -> SDK Tools". +Select "NDK (Side by side)" and "CMake" checkboxes and click "OK". + +### Compiling +Click "Open Existing Project" and choose "android-project" folder in DevilutionX root folder. +Wait until Gradle sync is completed. +In Android Studio, go to "Build -> Make Project" or use the shortcut Ctrl+F9 +You can find the compiled APK in `/android-project/app/build/outputs/apk/` +
+
Nintendo 3DS ### Installing dependencies diff --git a/docs/installing.md b/docs/installing.md index 76fecc884..2dc753059 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -59,6 +59,13 @@ sudo apt install devilutionx
+
Android + +- Copy the APK file to device and tap on it on device's file explorer or install via `adb install` (if USB debugging is enabled on device). +- Create a folder called `devilutionx` in the root of the phone's internal memory or SD card, and place the MPQ-files there. + +
+
New Nintendo 3DS ### .3dsx installation