ppsspp/android
2012-11-14 02:20:01 +10:00
..
.settings Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
assets Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
jni Clean up SDL/CMakeLists, clean up Blackberry build process, further reduce memory allocation (needed for Dev Alpha) 2012-11-14 02:20:01 +10:00
res New icon 2012-11-10 16:36:54 +01:00
source_assets Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
src/org/ppsspp/ppsspp Misc fixes (accept .prx, work on power callbacks, bugs) 2012-11-10 10:15:11 +01:00
.classpath Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
.gitignore Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
.project Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
ab.cmd Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
ab.sh Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
ad.sh Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
AndroidManifest.xml 0.2 2012-11-10 16:39:42 +01:00
atlasscript.txt Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
build.sh Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
buildassets.sh Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
buildatlas.sh Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
CMakeLists.txt Test fixes and cleanups 2012-11-11 22:38:19 +01:00
macshaders.sh Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
proguard-project.txt Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
project.properties Implement a few more little things 2012-11-08 16:28:45 +01:00
README.TXT Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00

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.