|  | @@ -41,9 +41,9 @@ install:
 | 
	
		
			
			| 41 | 41 |    # android sdk
 | 
	
		
			
			| 42 | 42 |    - ./scripts/installAndroidSDK.sh
 | 
	
		
			
			| 43 | 43 |    # android emulator
 | 
	
		
			
			| 44 |  | -  - echo yes | android update sdk --no-ui --all --filter "sys-img-armeabi-v7a-google_apis-25"
 | 
	
		
			
			| 45 |  | -  - echo no | android create avd --name AVD -t android-25 --abi google_apis/armeabi-v7a
 | 
	
		
			
			| 46 |  | -  - android list avd
 | 
	
		
			
			|  | 44 | +  #- echo yes | android update sdk --no-ui --all --filter "sys-img-armeabi-v7a-google_apis-25"
 | 
	
		
			
			|  | 45 | +  #- echo no | android create avd --name AVD -t android-25 --abi google_apis/armeabi-v7a
 | 
	
		
			
			|  | 46 | +  #- android list avd
 | 
	
		
			
			| 47 | 47 |    # fbsimctl
 | 
	
		
			
			| 48 | 48 |    - brew tap facebook/fb && brew install fbsimctl
 | 
	
		
			
			| 49 | 49 |  
 |