想說Homebrew不知道能不能下載
沒想到竟然可以,真的很方便
brew install android
這樣就完成了,直接下
android
就會開啟Android SDK Manager下載需要的SDK
路徑位置在
/usr/local/Cellar/android-sdk/r21.1/
參考資料
http://blog.beyondthecorner.co.uk/2011/01/15/android-on-os-x-without-eclipse/
brew install android
android
/usr/local/Cellar/android-sdk/r21.1/
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
printf '\n## Homebrew bin path address\nexport PATH=/usr/local/bin:$PATH' >> ~/.bash_profile
gem install guard-livereload
guard init livereload
Guardfile
# A sample Guardfile
# More info at https://github.com/guard/guard#readme
guard 'livereload' do
watch(%r{.+\.(css|js|html?|php|inc|module|info)$})
end
guard
:split
:vsplit
ctrl+w w ctrl+w <方向鍵>
ctrl+w shift+w
brew install mysql
mysql.server start
2,cc
2,cu