Neko Project II for Android Code
PC-98 emulator for Android phones
Status: Beta
Brought to you by:
fakenames
File | Date | Author | Commit |
---|---|---|---|
jni | 2013-08-31 |
![]() |
[27ae24] Added preliminary arm/mips support |
res | 2013-09-18 |
![]() |
[2b1690] Externalized and translated couple of new strings |
src | 2013-08-28 |
![]() |
[94e7bf] Merge branch 'upstream' |
.gitignore | 2013-08-28 |
![]() |
[f20f0d] Added Autotools files to .gitignore |
AndroidManifest.xml | 2013-08-28 |
![]() |
[94e7bf] Merge branch 'upstream' |
README | 2012-11-14 |
![]() |
[3158cc] Initial commit |
ant.properties | 2013-08-28 |
![]() |
[94e7bf] Merge branch 'upstream' |
build.xml | 2013-08-28 |
![]() |
[94e7bf] Merge branch 'upstream' |
clean.sh | 2012-11-14 |
![]() |
[3158cc] Initial commit |
data.sh | 2012-11-14 |
![]() |
[3158cc] Initial commit |
proguard-project.txt | 2013-08-28 |
![]() |
[94e7bf] Merge branch 'upstream' |
project.properties | 2013-08-28 |
![]() |
[94e7bf] Merge branch 'upstream' |
This is a test of the SDL libraries on the Android platform. It currently has working versions of the SDL, SDL_image, SDL_mixer, and SDL_ttf libraries. Your sources go into jni/src, and you should edit jni/src/Android.mk to include them. It is currently set up to build the aliens demo, and you should run data.sh to push the data to the device, before you run it. You build with ndk-build, and install to the device with: ant install For a full README, see README.android in the SDL source archive.