ppsspp/android
Henrik Rydgard cc6681cd0b Compile Ced's DX9 GPU on Windows. Not hooked up yet.
This needs work, has several problems that must be fixed to run on Windows.

Ced, you'll have to fix up your xb project file a bit, sorry.
2013-09-15 12:52:44 +02:00
..
.settings Add snapshot of the whole source code. 2012-11-01 16:19:01 +01:00
assets UI tweaks. Change to cleaner background image. 2013-08-20 00:49:25 +02:00
jni Compile Ced's DX9 GPU on Windows. Not hooked up yet. 2013-09-15 12:52:44 +02:00
res New icons 2013-06-21 00:28:05 +02:00
src/org/ppsspp/ppsspp X360 controller: Left thumb speedup, right thumb menu, keyboard still works 2013-03-31 11:30:50 +02:00
.classpath Update native + some very minor changes 2013-07-27 00:44:16 +02: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 Fix translations on android. List all .ini files available. They're a bit ugly just showing the language code... 2013-04-18 23:42:44 +02:00
ab.sh Fix translations on android. List all .ini files available. They're a bit ugly just showing the language code... 2013-04-18 23:42:44 +02: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 Update version 2013-08-21 20:02:53 +02: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 Fix translations on android. List all .ini files available. They're a bit ugly just showing the language code... 2013-04-18 23:42:44 +02:00
custom_rules.xml Fix Ant clean command 2012-11-19 02:11:57 +01:00
git-version-gen.sh Adnroid buildfix, we have too many makefiles. 2013-03-02 15:33:07 -08: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.