Added Android instructions

OpenSauce 2024-07-02 20:56:41 +01:00
parent cc83cb2480
commit 6f4641f24c

@ -164,6 +164,18 @@ This unofficial CLI installer allows downloading and installing the latest first
</details>
<!---------------------------------------------------------------------------------------------------------------->
<details>
<summary><h2>Android</h2></summary>
Firstly, ensure that [Android Studio](https://developer.android.com/studio) is installed with NDK and CMake support enabled in the SDK tools.
Then, follow these instructions:
- Start Android Studio and on the startup dialog select 'Open'.
- Navigate to the `Lime3DS/src/android` directory and click on 'Ok'
- Build the project with 'Build' > 'Make Project' or run it on an Android device with 'Run' > 'Run 'app''
</details>
<!---------------------------------------------------------------------------------------------------------------->
<details>
<summary><h2>OpenBSD (Unofficial)</h2></summary>