# Mupen64Plus-AE Mupen64Plus, Android Edition (AE) is an Android user interface for Mupen64Plus. Please visit [the official forum](http://www.paulscode.com/forum/index.php) for support and discussion. [Get it on F-Droid](https://f-droid.org/packages/org.mupen64plusae.v3.alpha/) ## Nightly Builds |Download nightly builds from continuous integration: | [![Build Status][Build]][Actions] |-------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------| [Actions]: https://github.com/mupen64plus-ae/mupen64plus-ae/actions/workflows/build.yml [Build]: https://github.com/mupen64plus-ae/mupen64plus-ae/actions/workflows/build.yml/badge.svg ## Build Instructions 1. Download and install the prerequisites - [Android Studio](https://developer.android.com/studio/index.html) - During the installation, make sure the latest SDK and NDK - If running Windows, make sure you install Git, Python, awk and required Microsoft Visual C++ Redistributable (i.e. cmake 3.18.1 requires Microsoft Visual C++ Redistributable 2015) and that the binaries are in your path environment variable. 2. Clone the mupen64plus-ae repository and initialize the working copy - `git clone https://github.com/mupen64plus-ae/mupen64plus-ae.git` 3. Open the project using Android Studio 4. Build and run the app from Android Studio - Select Build --> Make Project to build - Select Run --> Run app to run