Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Building for Android

SachinVin edited this page Sep 10, 2022 · 4 revisions

Note: These build instructions are a work-in-progress.

Dependencies

Cloning Citra in Git

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

Building

  1. Start Android Studio, on the startup dialog select "Open".
  2. Navigate to the citra directory and select the src/android directory.
  3. In Build > Select Build Variant, select release or relWithDebInfo as the "Active build variant".
  4. Build the project with Build > Select Build Variant and run it on an Android device with Run > Run 'app'.

Additional Resources

https://developer.android.com/studio/intro