RetroArch/android/andretro
2013-07-14 22:03:04 +02:00
..
assets (Andretro) Some changes 2013-07-14 22:03:04 +02:00
jni (andretro) Remove redundant copy of libretro.h 2013-07-14 21:09:32 +02:00
libs (Android)Add meancoot's andretro frontend - will need some 2013-07-14 21:06:41 +02:00
res (Android)Add meancoot's andretro frontend - will need some 2013-07-14 21:06:41 +02:00
src/org (Andretro) Some changes 2013-07-14 22:03:04 +02:00
AndroidManifest.xml (Android)Add meancoot's andretro frontend - will need some 2013-07-14 21:06:41 +02:00
ant.properties (Android)Add meancoot's andretro frontend - will need some 2013-07-14 21:06:41 +02:00
build.xml (Android)Add meancoot's andretro frontend - will need some 2013-07-14 21:06:41 +02:00
ic_launcher-web.png (Android)Add meancoot's andretro frontend - will need some 2013-07-14 21:06:41 +02:00
lint.xml (Android)Add meancoot's andretro frontend - will need some 2013-07-14 21:06:41 +02:00
proguard-project.txt (Android)Add meancoot's andretro frontend - will need some 2013-07-14 21:06:41 +02:00
project.properties (Android)Add meancoot's andretro frontend - will need some 2013-07-14 21:06:41 +02:00
README (Android)Add meancoot's andretro frontend - will need some 2013-07-14 21:06:41 +02:00

Building:

* Put any compiled module libraries in Andretro/jni/modules, the file must be named like libretro_{MODNAME}.so.
* Ensure a matching libretro_{MODNAME}.so.xml exists in the Andretro/assets directory. The xml file contains basic information used by the file browser before the .so itself is loaded.
* In the Andretro directory, run the ndk-build script supplied with the Android NDK.
* In the Andretro directory, run 'ant debug install' to install to the device. The java code can alternatively be built with the included eclipse project.