Building for Android - Zapeth/citra GitHub Wiki
git clone --recursive https://github.com/citra-emu/citra.git
Citra by default will be cloned into -
-
C:\Users\<user-name>\citra
on Windows -
~/citra
on Linux - And wherever on macOS
- Start Android Studio, on the startup dialog select
Open
. - Navigate to the
citra/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'
.