ppsspp/android
Unknown W. Brackets d2108a962e Switch from USING_GLES2 to MOBILE_DEVICE.
Still using USING_GLES2 for, well, GLES2.  But for things that are really
about mobile, we need a new define.  Devices are coming that don't use
GLES2.
2014-02-08 16:37:58 -08:00
..
.settings
android-ndk-profiler Add android-ndk-profiler v3.2. 2013-11-02 21:54:45 -07:00
assets Update android build scripts to copy pngs. Update native with bugfix. 2013-12-12 20:56:25 +01:00
jni Switch from USING_GLES2 to MOBILE_DEVICE. 2014-02-08 16:37:58 -08:00
libs Unlock orientation again after some native fixes. Experiment with Google App Analytics. 2013-10-09 15:32:37 +02:00
res Added name to display when user long-press homescreen and choose "Shortcuts". 2014-01-06 18:08:38 +07:00
src/org/ppsspp/ppsspp - Change SHORTCUT_EXTRA_KEY reference from NativeActivity to PpssppActivity. 2014-01-06 18:08:39 +07:00
.classpath Update native + some very minor changes 2013-07-27 00:44:16 +02:00
.gitignore
.project
ab-ant.sh add build scripts for ant 2013-11-11 18:04:06 +05:30
ab.cmd Update android build scripts to copy pngs. Update native with bugfix. 2013-12-12 20:56:25 +01:00
ab.sh Update android build scripts to copy pngs. Update native with bugfix. 2013-12-12 20:56:25 +01:00
ad.sh
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 Re-enable screen rotation on Android. 2014-01-21 10:22:06 +01:00
build.sh
build.xml add build scripts for ant 2013-11-11 18:04:06 +05:30
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
proguard-project.txt
project.properties Assorted log spam reductions. 2013-12-04 17:43:00 +01: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.