ppsspp/android
2013-11-24 15:58:15 +01:00
..
.settings
android-ndk-profiler Add android-ndk-profiler v3.2. 2013-11-02 21:54:45 -07:00
assets Use updated atlastool for correct Vietnamese font atlas. 2013-11-24 01:10:44 +10:00
jni Split VertexDecoder into files for ARM and x86, got too large. 2013-11-24 15:58:15 +01:00
libs Unlock orientation again after some native fixes. Experiment with Google App Analytics. 2013-10-09 15:32:37 +02:00
res Unlock orientation again after some native fixes. Experiment with Google App Analytics. 2013-10-09 15:32:37 +02:00
src/org/ppsspp/ppsspp Rebuild UI-atlas using the current chinese lang files as "chinese.txt" so we get all characters we need. 2013-11-01 12:31:06 +01: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 ARM: implement vhdp 2013-09-28 20:07:57 +02:00
ab.sh Fix ab.sh to copy shaders and langregion to assets 2013-10-17 12:14:00 +02:00
ad.sh
android.toolchain.cmake
AndroidManifest.xml Update other platforms, too. 2013-10-26 17:33:25 -04: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
git-version-gen.sh
macshaders.sh
proguard-project.txt
project.properties
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.