eclipse android 入门

1. Eclipse for android环境搭建
1.1 下载最新的Eclipse for java x64 package版,解压到C:\Android_SDK_Latest\eclipse
1.2 安装Eclipse ADT(Android development tool)
Eclpise -> Help -> Install new software -> Add ,增加新的repository
https://dl-ssl.google.com/android/eclipse/

 然后update这个repo,安装里面的development tools

1.3 ADT会自带Android SDK,通过以下方式显示出来:
Window -> Perspective -> Customize perspective -> Action Set Availability -> check 'Android SDK and AVD Manager'
Window -> Appearance -> Show Toolbar

 1.4 更新Android SDK



2. 用集成好的Anroid SDK
2.1 解压缩SDK:
adt-bundle-windows-x86到C:\Android_SDK

3.导入project
拷贝01_helloandroid 到C:\Android_SDK
import -> import exist project into workspace -> select root directory as C:\Android_SDK\01_helloandroid -> not click 'copy project into workspace'

4.显示device view
windows -> show view -> other -> android -> Devices





原文地址:https://www.cnblogs.com/hkingsp/p/15736227.html