https://developer.android.com/studio/install.html 需要翻墙
Android Studio > Preferences > Apperence & Behavior > System Setting > Android SDK
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
Unable to create a virtual device: Missing system image required for an AVD setup
Tools > Android > AVD Manager.
比 AVD 更快,占资源更少的模拟器
- 注册下载安装免费版
- Android Studio > Preferences > Plugins > 搜索 genymotion > install
- 安装 VirtualBox
- 配置 VirtualBox > 偏好设置 > 网络 > 仅主机网络 > 右击 > 编辑: 除 IP 外,其它配置成和电脑一样
- Genymotion > 添加设备
- Genymotion > Settings > ADB > Use custom Android SDK tools : ~/Library/Android/sdk
重启 Android Studio
和 Genymotion
命令行
$ cd ~/Library/Android/sdk/tools
Android Studio > Preferences > Plugins > Browse Repositories