Building for Android

What you will need:


Cloning Lime3DS

git clone --recursive https://github.com/Lime3DS/Lime3DS 

Building

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