ppsspp/android
Henrik Rydgård db545ac034 Enable using the folder browser on Android to select SD card through a gross hack.
Should help #13827

Not yet using storage framework properly, just stealing the URI.
2021-01-09 11:20:20 +01:00
..
assets Add some new icons. 2021-01-07 00:54:50 +01:00
gold/res
jni Enable using the folder browser on Android to select SD card through a gross hack. 2021-01-09 11:20:20 +01:00
libs F-droid lite version - create stubs for Moga Controller 2018-11-07 14:02:16 +02:00
res Android: Fix text color in dialogs by just inheriting from the DeviceDefault theme. 2020-12-20 13:59:05 +01:00
src/org/ppsspp/ppsspp Enable using the folder browser on Android to select SD card through a gross hack. 2021-01-09 11:20:20 +01:00
.gitignore Switch all images to dynamic lookup in the atlas by string ID. 2020-03-01 12:06:47 +01:00
ab-ant.sh
ab.cmd Move NativeApp.h to Common/System, split into NativeApp.h and System.h 2020-10-04 11:42:16 +02:00
ab.sh Merge ext/native/ext/... directly into ext. 2020-09-30 00:30:42 +02:00
ad.sh
AndroidManifest.xml [Android] Audio record using OpenSL 2020-10-24 19:51:30 +03:00
ant-build.bat
build.gradle Update version number to 1.10. This required changing the Android version code pattern, but should be ok. 2020-06-27 11:11:04 +02:00
build.sh
build.xml
buildassets.sh
custom_rules.xml Merge ext/native/ext/... directly into ext. 2020-09-30 00:30:42 +02:00
d.txt
dbg.sh
debug.keystore
git-version-gen.sh
gradle.properties Update to latest gradle, update lang submodule. 2019-01-15 23:35:59 +01:00
proguard-project.txt
project.properties
README.TXT
symarm.cmd
symarm64.cmd
symx86.cmd

First, build the C++ static library:
> cd android
> ./ab.sh

Start Eclipse, import the android directory as an existing project
You need to also load the "native" project into your eclipse workspace
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.