ppsspp/android
2012-04-12 17:31:00 +02:00
..
res Move the SDL C++ wrapper code into the native project as well. 2012-04-10 12:01:05 +02:00
src/com/turboviking/libnative Add stub that detects the OS version 2012-04-12 17:31:00 +02:00
.classpath Move the Android Java wrapper code in here. 2012-04-10 00:05:51 +02:00
.gitignore Move the Android Java wrapper code in here. 2012-04-10 00:05:51 +02:00
.project Move the Android Java wrapper code in here. 2012-04-10 00:05:51 +02:00
AndroidManifest.xml Move the Android Java wrapper code in here. 2012-04-10 00:05:51 +02:00
app-android.cpp Apps can now request portrait mode if desired 2012-04-10 15:44:58 +02:00
proguard-project.txt Move the Android Java wrapper code in here. 2012-04-10 00:05:51 +02:00
project.properties Move the Android Java wrapper code in here. 2012-04-10 00:05:51 +02:00
README.md Move the SDL C++ wrapper code into the native project as well. 2012-04-10 12:01:05 +02:00

Here's an Android library project. Add this to your eclipse workspace and add a dependency to it, then just inherit from NativeActivity, write your C++ code, and Bob's your uncle.

Contact: hrydgard@gmail.com