Files
eepp/projects/android-project/compile.sh
Martín Lucas Golini eaed47f7ec Changed the texture loader, added ETC1 support.
Some minor changes to Android port.
And other minor changes.
2013-04-29 17:03:36 -03:00

9 lines
199 B
Bash
Executable File

#!/bin/sh
cd $(dirname "$0")
export NDK_PROJECT_PATH=$(dirname "$0")
ndk-build NDK_LOG=1 NDK_DEBUG=1 -j4
rm -rf ./bin
ant debug
adb install -r bin/EEPPApp-debug.apk
ndk-gdb --force --start --verbose