mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-10-31 22:10:55 +01: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
 | 
