BizHawk/ppsspp/android
goyuken 39f82cbca9 psphawk 2013-06-25 00:14:35 +00:00
..
.settings psphawk 2013-06-25 00:14:35 +00:00
assets psphawk 2013-06-25 00:14:35 +00:00
jni psphawk 2013-06-25 00:14:35 +00:00
res psphawk 2013-06-25 00:14:35 +00:00
src/org/ppsspp/ppsspp psphawk 2013-06-25 00:14:35 +00:00
.classpath psphawk 2013-06-25 00:14:35 +00:00
.gitignore psphawk 2013-06-25 00:14:35 +00:00
.project psphawk 2013-06-25 00:14:35 +00:00
AndroidManifest.xml psphawk 2013-06-25 00:14:35 +00:00
README.TXT psphawk 2013-06-25 00:14:35 +00:00
ab.cmd psphawk 2013-06-25 00:14:35 +00:00
ab.sh psphawk 2013-06-25 00:14:35 +00:00
ad.sh psphawk 2013-06-25 00:14:35 +00:00
android.toolchain.cmake psphawk 2013-06-25 00:14:35 +00:00
build.sh psphawk 2013-06-25 00:14:35 +00:00
build.xml psphawk 2013-06-25 00:14:35 +00:00
buildassets.sh psphawk 2013-06-25 00:14:35 +00:00
custom_rules.xml psphawk 2013-06-25 00:14:35 +00:00
git-version-gen.sh psphawk 2013-06-25 00:14:35 +00:00
macshaders.sh psphawk 2013-06-25 00:14:35 +00:00
proguard-project.txt psphawk 2013-06-25 00:14:35 +00:00
project.properties psphawk 2013-06-25 00:14:35 +00:00

README.TXT

First, build the C++ static library:
> cd android
> ./ab.sh

Start Eclipse, import the android directory as an existing project
Build and run. 

If you modify the C++ code, you need to rebuild the static library, of
course. To get Eclipse to understand that you have in fact changed something
if you haven't also changed any Java code, just add a space character to 
PPSSPPActivity.java, or right click the project and choose Refresh, and then
relaunch the app on the device.

A real Android device is strongly recommended for testing. Don't trust
the emulator.