Files
eepp/android-project/compile.sh
2012-01-21 00:08:17 -03:00

9 lines
167 B
Bash
Executable File

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