一、安装SDK Starter Package
在安装之前,要先安装JDK。
若已安装JDK,但在安装SDK Starter Package仍然提示jdk不存在,点击上一步,再点击下一步后,问题可以解决。
二、设置环境变量:ANDROID_SDK_HOME,值为SDK的安装目录。
三、使用SDK Starter Package后,启动Android SDK and AVD Manager下载所需要的平台和组件
在win7下面,使用管理员权限使用Android SDK and AVD Manager下载后,才能安装。否则,会因为权限问题,无法unzip,报拒绝访问的错。
四、启动Android SDK and AVD Manager,添加一个新的AVD。
五、使用ecplise安装ADT插件。
- Start Eclipse, then select Help > Install New Software....
- Click Add, in the top-right corner.
- In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location:
https://dl-ssl.google.com/android/eclipse/
- Click OK
Note: If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons).
- In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
- In the next window, you'll see a list of the tools to be downloaded. Click Next.
- Read and accept the license agreements, then click Finish.
Note: If you get a security warning saying that the authenticity or validity of the software can't be established, click OK.
- When the installation completes, restart Eclipse.
1711

被折叠的 条评论
为什么被折叠?



