mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-11 13:22:34 +02:00
8 lines
222 B
Batchfile
8 lines
222 B
Batchfile
REM Adjust these paths to yours
|
|
SET PATH=C:\Programas\android-sdk\tools;C:\Programas\android-sdk\platform-tools\;C:\Progra~1\Java\jdk1.6.0_20\bin
|
|
|
|
adb uninstall com.pascal.lcltest
|
|
adb install bin\androidlcltest.apk
|
|
|
|
pause
|