meteor 安裝 android sdk慢的改進方法

石橋碼農發表於2015-08-12

網上方法很多,最後總結一下比較靠譜的一個,到~/.meteor/android_bundle/ 目錄下,

執行tools/android,手動下載 API 19 和 intel X86 Atom System image,build-tool 21,需要vpn

如果下載緩慢,可以手動下載,放在指定目錄

 

 meteor install-sdk android

https://github.com/meteor/meteor/wiki/Mobile-Dev-Install:-Android-on-Mac#haxm

meteor install-sdk android

✓ Found Android bundle

✓ A JDK is installed                          

✓ Found Android Platform tools                

✓ Found Android Build Tools                   

✓ Found Android 19 API                        

✓ Found suitable Android x86 image            

✓ 'meteor' android virtual device (AVD) found 

✓ Android emulator acceleration is installed  

 

http://venomvendor.blogspot.jp/2012/03/download-install-offline-platform-tools.html

 

* [build-tools_r19.1-macosx.zip](http://dl-ssl.google.com/android/repository/build-tools_r19.1-macosx.zip)
* [sysimg_x86-19_r02.zip](http://dl-ssl.google.com/android/repository/sys-img/x86/sysimg_x86-19_r02.zip)

 

http://dl-ssl.google.com/android/repository/build-tools_r21.0.1-macosx.zip

 

相關文章