Building For Android - Vincent-the-gamer/youzi GitHub Wiki
- 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.
git clone --recursive https://github.com/Vincent-the-gamer/youzi.git
yuzu by default will be cloned into -
-
C:\Users\<user-name>\yuzu
on Windows -
~/yuzu
on Linux - And wherever on macOS
- 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'
.