当前位置: 代码迷 >> Android >> android开发(1)环境准备
  详细解决方案

android开发(1)环境准备

热度:97   发布时间:2016-05-01 12:56:23.0
android开发(一)环境准备

?

  • 下载JDK,并设置好环境变量
  • 下载Eclipse
  • 下载Android SDK:
http://developer.android.com/sdk/index.html
  • 将Android SDK安装目录下tools目录添加到PATH环境变量中
  • 下载Eclipse插件
#在线update
https://dl-ssl.google.com/android/eclipse/

#离线包下载
#http://developer.android.com/sdk/installing/installing-adt.html
http://dl.google.com/android/ADT-20.0.3.zip
  • 打开Eclipse-> Windows-> Android SDK manager,下载相应Android API,4.x或者2.x
  • 打开Eclipse-> Windows->?AVD Manager,添加android模拟器

--end

  相关解决方案