mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-22 14:45:40 +01:00
Add Android Build Guide
parent
da037c7dee
commit
b0be01bb3b
23
Building-For-Android.md
Normal file
23
Building-For-Android.md
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Note: These build instructions are a work-in-progress.
|
||||||
|
### Dependencies
|
||||||
|
* [Android Studio](https://developer.android.com/studio)
|
||||||
|
* [NDK and CMake](https://developer.android.com/studio/projects/install-ndk#default-version)
|
||||||
|
* [Git](https://git-scm.com/download)
|
||||||
|
### Cloning yuzu with Git
|
||||||
|
```
|
||||||
|
git clone --recursive https://github.com/yuzu-emu/yuzu.git
|
||||||
|
```
|
||||||
|
Citra by default will be cloned into -
|
||||||
|
* `C:\Users\<user-name>\yuzu` on Windows
|
||||||
|
* `~/yuzu` on Linux
|
||||||
|
* And wherever on macOS
|
||||||
|
### Building
|
||||||
|
1. Start Android Studio, on the startup dialog select `Open`.
|
||||||
|
2. Navigate to the `yuzu/src/android` directory and click on `OK`.
|
||||||
|
3. In `Build > Select Build Variant`, select `release` or `relWithDebInfo` as the "Active build variant".
|
||||||
|
4. Build the project with `Build > Make Project` or run it on an Android device with `Run > Run 'app'`.
|
||||||
|
|
||||||
|
### Additional Resources
|
||||||
|
https://developer.android.com/studio/intro
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user