mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-10 20:22:40 +02:00
7 lines
238 B
Bash
Executable File
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
|