android – 如何在eclipse中配置ADT插件

在开发者网站上有以下说明:

Configure the ADT Plugin Once Eclipse restarts,you must specify the
location of your Android SDK directory:

  1. In the “Welcome to Android Development” window that appears,select Use existing SDKs.
  2. browse and select the location of the Android SDK directory you recently downloaded and unpacked.
  3. Click Next.

Your Eclipse IDE is Now set up to develop Android apps,but you need
to add the latest SDK platform tools and an Android platform to your
environment. To get these packages for your SDK,continue to Adding
Platforms and Packages.

我的问题是,我不能做第1号写的,因为我没有这个选项在欢迎来到android …通过该选项我的意思是我没有选择“使用现有的SDK “

解决方法

安装ADT插件 – >重启日食如果没有出现“欢迎使用Android开发”窗口,则重新启动Eclipse后请按照以下步骤操作:

>转到窗口 – >优先>选择左侧的“Android”>浏览SDK位置>单击右下角的应用/确定按钮

相关文章

Android性能优化——之控件的优化 前面讲了图像的优化,接下...
前言 上一篇已经讲了如何实现textView中粗字体效果,里面主要...
最近项目重构,涉及到了数据库和文件下载,发现GreenDao这个...
WebView加载页面的两种方式 一、加载网络页面 加载网络页面,...
给APP全局设置字体主要分为两个方面来介绍 一、给原生界面设...
前言 最近UI大牛出了一版新的效果图,按照IOS的效果做的,页...