Important: These build instructions are still under development. If you’d prefer to skip the manual build process, you can simply download the Yuzu Emulator APK for Android.
Required Tools & Dependencies
- Android Studio – Essential for building the Android project.
- NDK Version 25.2.9519653 and CMake Version 3.22.1 – Ensure these versions are correctly installed.
- Git – Required to retrieve the Yuzu source code.
Windows-Specific Requirements
- Visual Studio 2022 Community Edition – During installation, select the “Desktop development with C++” workload. Be sure to update to the most recent version if you already have it installed.
- Vulkan SDK – Install the latest available version of the SDK.
Cloning the Yuzu Repository
⚠️ Note: The previous command for cloning the Yuzu repo no longer works as the repository has been removed.
Yuzu is typically cloned to the following directories:
- On Windows:
C:\Users\YourUsername\yuzu
- On Linux:
~/yuzu
- On macOS: Any preferred location
How to Build
- Launch Android Studio.
- On the welcome screen, choose Open.
- Browse to the
yuzu/src/android
folder and confirm. - Go to Build > Select Build Variant, and choose either
release
orrelWithDebInfo
as the active variant. - Compile the project by selecting Build > Make Project, or deploy it to your Android device by choosing Run > Run ‘app’.