地址:https://dl.google.com/dl/android/studio/install/3.2.1.0/android-studio-ide-181.5056338-mac.dmg
创建应用的目录标记
添加模拟器报错
a system image must be selected to continue
在tool->SDK manager->下载相应的SDK->在安装模拟器
2.configure build 报错 timeout
最近在自己的mac上安装了studio 但是无论是新建项目还是 老项目都运行不起来 在build的时候configure build报错 在网上找了很久都没有找到解决方法
最后报错 Warning: License for package Android SDK Build-Tools 28.0.2 not accepted.
解决方法:
cd /Users/你的用户名/Library/Android/sdk
cd tools
cd bin
// 以上三行是进入到自己到sdk目录文件夹下
./sdkmanager --licenses //执行这句才是关键,它会提示你去允许认证!
然后命令会提醒你确定y/n(accept lincense),一路y下去便可以了。