tb/DemoAndroid/build.bat
2014-01-16 21:08:12 +01:00

10 lines
197 B
Batchfile

@echo off
call update_assets.bat
set INSTALL=adb install -r bin/TBDemo-debug.apk
set RUN=adb shell am start -n com.fiffigt.tb.demo/.TBActivity
ndk-build -j 4 && ant debug && %INSTALL% && %RUN%