Building for Android
Dependencies
Cloning Citra with Git
git clone --recursive https://github.com/citra-emu/citra.git
Citra by default will be cloned into -
C:\Users\\citraon Windows~/citraon Linux- And wherever on macOS
Building
- Start Android Studio, on the startup dialog select
Open. - Navigate to the
citra/src/androiddirectory and click onOK. - In
Build > Select Build Variant, selectreleaseorrelWithDebInfoas the “Active build variant”. - Build the project with
Build > Make Projector run it on an Android device withRun > Run 'app'.