mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-14 06:50:04 +00:00
Page:
Building For Android
Pages
Bounties
Building For Android
Building for Linux
Building for Windows
Building for macOS
Contributing
Contributor License Agreement Policy
Developer Information
Dumping Decryption Keys from a Switch Console
Dumping Game Cartridges
Dumping Installed Titles
FAQ
Home
How to Install and Use Game Updates
Open Source Page for testers
Overview of Switch Game Formats
Recommended GPU Drivers for Linux
Service Function Usage
Switch Hardware and Software
Switch Homebrew
Switch Mods
Troubleshooting Loader Errors
Typical Git Workflow
User Directory
Using a Controller or Android Phone for Motion or Touch Input
[Deprecated] Building Mesa on Arch Linux
_header
yuzu Web Service
6
Building For Android
Matías Locatti edited this page 2023-11-03 21:51:42 -03:00
Note: These build instructions are a work-in-progress.
Dependencies
WINDOWS ONLY - Additional Dependencies
- Visual Studio 2022 Community - Make sure to select "Desktop development with C++" support in the installer. Make sure to update to the latest version if already installed.
- Vulkan SDK - Make sure to select Latest SDK.
Cloning yuzu with Git
git clone --recursive https://github.com/yuzu-emu/yuzu.git
yuzu by default will be cloned into -
C:\Users\<user-name>\yuzu
on Windows~/yuzu
on Linux- And wherever on macOS
Building
- Start Android Studio, on the startup dialog select
Open
. - Navigate to the
yuzu/src/android
directory and click onOK
. - In
Build > Select Build Variant
, selectrelease
orrelWithDebInfo
as the "Active build variant". - Build the project with
Build > Make Project
or run it on an Android device withRun > Run 'app'
.