ppsspp/android
2013-01-05 16:22:08 +01:00
..
.settings Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
assets windows gui option for buffered rendering. Misc fixes, prettier checkbox on android. 2012-11-20 11:35:48 +01:00
jni Merge branch 'master' into mediaengine 2013-01-05 16:22:08 +01:00
res New icon 2012-11-10 16:36:54 +01:00
source_assets windows gui option for buffered rendering. Misc fixes, prettier checkbox on android. 2012-11-20 11:35:48 +01:00
src/org/ppsspp/ppsspp Fix hw transform and audio on android, misc 2012-12-21 12:57:43 +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 Upgrade pspautotests, misc 2012-12-17 18:07:25 +01:00
ab.sh Fix rendering on MacOSX (shader compiler very fussy...). Minor prep for hw transform. 2012-12-05 10:55:06 +07:00
ad.sh Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
android.toolchain.cmake Add android.toolchain.cmake from http://code.google.com/p/android-cmake 2012-11-21 14:35:18 -03:00
AndroidManifest.xml 0.5 2013-01-04 14:33:24 +01:00
atlasscript.txt windows gui option for buffered rendering. Misc fixes, prettier checkbox on android. 2012-11-20 11:35:48 +01:00
build.sh Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
build.xml Add ant build file, change target to android-10 2012-11-18 23:58:49 +01:00
buildassets.sh Unified assets/ dir for icons/images 2012-12-17 01:47:39 +10:00
buildatlas.sh Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
custom_rules.xml Fix Ant clean command 2012-11-19 02:11:57 +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 Add ant build file, change target to android-10 2012-11-18 23:58:49 +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.