Files
eepp/projects/android-project/compile.sh
Martín Lucas Golini 0873204224 Fixed android build.
2014-07-23 02:42:02 -03:00

11 lines
231 B
Bash
Executable File

#!/bin/sh
adb devices
cd $(dirname "$0")
export NDK_PROJECT_PATH=$(dirname "$0")
ndk-build NDK_LOG=1 NDK_DEBUG=1 -j`nproc`
rm -rf ./bin
rm -rf ./gen
ant debug
adb install -r bin/eepp-app-debug.apk
ndk-gdb --force --start --verbose