lazarus/examples/androidlcl/android/build.sh
mattias 9b1b6748f1 translations: German: fixed typo
git-svn-id: trunk@43887 -
2014-02-05 09:42:52 +00:00

7 lines
238 B
Bash
Executable File

#! /bin/sh
ant debug
~/Programas/android-sdk-linux/platform-tools/adb uninstall com.pascal.lcltest
~/Programas/android-sdk-linux/platform-tools/adb install bin/LCLExample-debug.apk
~/Programas/android-sdk-linux/platform-tools/adb logcat