add scritp
This commit is contained in:
		
						commit
						df5cca3183
					
				
					 6 changed files with 90 additions and 0 deletions
				
			
		
							
								
								
									
										13
									
								
								android_env
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								android_env
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,13 @@
 | 
			
		|||
 | 
			
		||||
# Various Android directories, see <https://developer.android.com/tools/variables#envar> for more information
 | 
			
		||||
export ANDROID_HOME="${HOME}/Android/Sdk"
 | 
			
		||||
export ANDROID_USER_HOME="${HOME}/.android"
 | 
			
		||||
export ANDROID_EMULATOR_HOME="${HOME}/.android"
 | 
			
		||||
 | 
			
		||||
# Various directories containing android executables
 | 
			
		||||
export PATH="${ANDROID_HOME}/cmdline-tools/latest/bin:${PATH}"
 | 
			
		||||
export PATH="${ANDROID_HOME}/emulator:${PATH}"
 | 
			
		||||
export PATH="${ANDROID_HOME}/platform-tools:${PATH}"
 | 
			
		||||
 | 
			
		||||
# If not set, adb will not see more than 16 emulators
 | 
			
		||||
export ADB_LOCAL_TRANSPORT_MAX_PORT=5885
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue