stk-code_catmod/android
2016-02-25 16:47:48 +01:00
..
assets/media Shaders and data files for the irrlicht example 2016-02-25 16:44:55 +01:00
jni Add src symlink, add build system to build the rest of stk, freetype, ifaddrs, etc… Does not compile yet 2016-02-25 16:47:48 +01:00
res Add android build files 2016-02-24 20:41:21 +01:00
AndroidManifest.xml Add src symlink, add build system to build the rest of stk, freetype, ifaddrs, etc… Does not compile yet 2016-02-25 16:47:48 +01:00
build.xml Add android build files 2016-02-24 20:41:21 +01:00
local.properties Add android build files 2016-02-24 20:41:21 +01:00
Makefile Add android makefile (it was ignored by the .gitignore…) and ignore freetype and ifaddrs (downloaded via the makefile) 2016-02-25 16:46:35 +01:00
proguard.cfg Add android build files 2016-02-24 20:41:21 +01:00
project.properties Add android build files 2016-02-24 20:41:21 +01:00
readme.android Add android build files 2016-02-24 20:41:21 +01:00

First, download and extract the ndk android-ndk-r10e to this folder (i.e. android/android-ndk-r10e/).

The android sdk must be installed in /opt.

ant is also needed.

Download a suitable jpeglib
===========================
> git clone https://github.com/folecr/jpeg8d jni/jpeglib

Build an apk
============
> make build apk

Install and run
===============
> make install run