android install

Android studio install

  1. Android studio download

  2. Android studio install
    注意:

    • 在安装的时候,Android studio的安装位置与SDK存放位置不能在相同磁盘下(windows)
    • Install Type 选择 Custom
    • 选择SDK安装位置
    • 选择configure->project defaults->project structure -> set “SDK location” and “JDK location”
  3. Error

    1
    2
    3
    4
    问题描述: 第一次安装Android studio时候弹出"unable to access android sdk add-on list"信息
    解决方法:
    方法一: 在自己安装的目录下找到"bin\idea.properties",在文件末尾添加一行"disable.android.first.run=true"
    方法二: 点击"setup proxy",选择"Manual proxy configuration->HTTP->HOSTNAME->Port number". HOSTNAME="mirrors.neusoft.edu.cn";Port number=80