Skip to content

Instantly share code, notes, and snippets.

@jakedowns
Created August 19, 2021 01:31
Show Gist options
  • Select an option

  • Save jakedowns/cb7f17e4d97a79be8a6c8c4fdfc0c819 to your computer and use it in GitHub Desktop.

Select an option

Save jakedowns/cb7f17e4d97a79be8a6c8c4fdfc0c819 to your computer and use it in GitHub Desktop.
How to Build & Run Citra for Android from Source with Android Studio

How to Build and Run via Android Studio

  1. Download & Install Android Studio. I'm using Android Studio Arctic Fox | 2020.3.1 Patch 1

  2. Clone the Citra-Android repo

  3. When you File > Open the citra-android folder in Studio, make sure to open the src/android/app subfolder so that the Gradle Dependencies are properly read. (i'm not sure if this is required, but I couldn't get it to build by opening the repo's root folder)

  4. make sure you have a arm64-v8a virtual device configured for testing (or uncomment , x86 in abiFilter? but i don't know if that works) https://i.imgur.com/m6XKGnW.png

  5. git submodule update --init --recursive

  6. Build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment