Skip to content

cliffindc/mupen64plus-ae

 
 

Repository files navigation

mupen64plus-ae

Mupen64Plus, Android Edition (AE) is an Android user interface for Mupen64Plus.

Please visit the official forum for support and discussion.

Build Instructions

For now, we recommend using Eclipse rather than Android Studio, since the project contains a heavy mix of C, C++, and Java source code.

  1. Download and install the prerequisites
  2. Clone the mupen64plus-ae repository and initialize the working copy
    • git clone https://github.com/mupen64plus-ae/mupen64plus-ae.git
    • cp .project.init .project
  3. Import the Eclipse project and dependencies
    • Open Eclipse
    • Select File → Import → Android → Existing Android Code Into Workspace, and press Next
    • Browse to root of cloned repository, and press OK
    • Select all projects, and press Finish
  4. Add native support to the Eclipse project
    • Right-click the mupen64plus-ae project in the Eclipse Package Explorer window
    • Select Android Tools → Add Native Support...
    • Accept the default library name (mupen64plus-ae), and press Finish
    • Delete the unneeded generated C++ file: rm jni/mupen64plus-ae.cpp
  5. Build and run the app from Eclipse
    • Select the mupen64plus-ae project in the Eclipse Package Explorer window
    • Select Run → Run

About

Mupen64Plus, Android Edition (AE) is a port of Mupen64Plus to Android. (Not officially supported by the Mupen64Plus team)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 57.3%
  • HTML 27.0%
  • C++ 12.0%
  • Java 2.3%
  • Objective-C 0.7%
  • Makefile 0.3%
  • Other 0.4%