安装ADT插件后,欢迎Android开发没有出现

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/12756839/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-20 11:39:43  来源:igfitidea点击:

After Installing ADT Plugin, Welcome to Android Development Doesnt Appear

androideclipseandroid-sdk-tools

提问by vinny

I am stuck after installation Eclipse with ADT Plugin. After all the steps are completed, it should show "Welcome to android Development" but instead I just see Java development.

使用 ADT 插件安装 Eclipse 后我被卡住了。完成所有步骤后,它应该显示“欢迎使用 android 开发”,但我只看到 Java 开发。

My setup is as follows:

我的设置如下:

Java JDK 6 Eclipse Juno SR1 Android SDK 4.1- All default packages and USB driver ADT Plugin

Java JDK 6 Eclipse Juno SR1 Android SDK 4.1- 所有默认包和 USB 驱动程序 ADT 插件

After ADT installation, Eclipse restarts and it should then show "Welcome to Android Development but it doesn't

安装 ADT 后,Eclipse 重新启动,然后它应该显示“欢迎使用 Android 开发,但它没有

Anyone knows what could be the issue? appreciate if someone can help me. Thanks.

任何人都知道可能是什么问题?如果有人可以帮助我,不胜感激。谢谢。

回答by venkatKA

Try this
Window > Customize Perspective > Menu Visibility > Expand 'File' > Expand 'New' > Tick 'Android Project'
and Then, look for new Android application project

试试这个
Window > Customize Perspective > Menu Visibility > Expand 'File' > Expand 'New' > Tick 'Android Project'
然后,寻找新的Android application project

回答by surfealokesea

I've had the same problem on eclipse juno.

我在 eclipse juno 上遇到了同样的问题。

No "Welcome page" appeared, I could not create a project, compilation didn't work and "Graphical layout" didn't work.

没有出现“欢迎页面”,我无法创建项目,编译不起作用,“图形布局”不起作用。

It have been fixed by: Window > preferences > general > startup and shutdown: check "Android development toolkit"

已通过以下方式修复:窗口 > 首选项 > 常规 > 启动和关闭:选中“Android 开发工具包”

Reestart eclipse.

重新启动日食。

Of course you have to be configured this: Window - Preferences - Android - SDK Location and setup SDK path.

当然你必须这样配置:Window - Preferences - Android - SDK Location 和设置 SDK 路径。

回答by CodeChops

I had a similar problem and found a real nice solution here

我遇到了类似的问题,并在这里找到了一个非常好的解决方案

回答by user2010136

I had a similar problem but the Android SDK Manager icon was missing from the ADT Eclipse bundle. The following steps now shows the Android SDK Manager icon and the option from the "Window" bar.

我遇到了类似的问题,但 ADT Eclipse 包中缺少 Android SDK 管理器图标。以下步骤现在显示了 Android SDK 管理器图标和“窗口”栏中的选项。

This is for a MAC but I think it should apply to a Windows install as well.

这是针对 MAC 的,但我认为它也应该适用于 Windows 安装。

Click on:

点击:

Window -> Customize Perspective -> Command Groups Availability

窗口 -> 自定义透视图 -> 命令组可用性

Check "Android SDK and AVD Manager" and that's it

检查“Android SDK 和 AVD 管理器”,就是这样

Thanks to zander's suggestion, I poked around some more and figured this out.

多亏了 zander 的建议,我又摸索了一些,想通了这一点。

回答by Vicente Bolea

In my case, using Linux I encounter this problem and it was because had a previous installation of the ADT. Remove the files rm ~/.android -rfand restart eclipse.

就我而言,使用 Linux 我遇到了这个问题,这是因为之前安装了 ADT。删除文件rm ~/.android -rf并重新启动 eclipse。

回答by Love and peace - Joe Codeswell

I too had this problem. I am running "Eclipse for Mobile Developers", Version: Juno Service Release 1, Build id: 20120920-0800 on Windows XP SP3

我也有这个问题。我正在运行“Eclipse for Mobile Developers”,版本:Juno Service Release 1,构建 ID:Windows XP SP3 上的 20120920-0800

The reason I am concerned is that i needed to hook up a new Android SDK to my newly downloaded Eclipse IDE. The "Installing the Eclipse Plugin" instructions, under the "Configure the ADT Plugin" heading, said, "... you must specify the location of your Android SDK directory..." and to do that

我担心的原因是我需要将新的 Android SDK 连接到我新下载的 Eclipse IDE。“安装 Eclipse 插件”说明在“配置 ADT 插件”标题下说,“...您必须指定您的 Android SDK 目录的位置...”并执行此操作

  1. In the "Welcome to Android Development" window that appears, select Use existing
  2. Browse and select the location of the Android SDK directory you recently downloaded and unpacked.
  1. 在出现的“欢迎使用 Android 开发”窗口中,选择使用现有的
  2. 浏览并选择您最近下载并解压的 Android SDK 目录的位置。

I solved my hook-up problem by clicking window->preferences->Android & change sdk location:

我通过单击 window->preferences->Android 并更改 sdk 位置解决了我的连接问题:

  • from: C:\adt-bundle-windows-x86\sdk [it apparently sensed an old installation]
  • to: C:\Documents and Settings\joe\Local Settings\Application Data\Android\android-sdk
  • 来自:C:\adt-bundle-windows-x86\sdk [它显然感觉到一个旧的安装]
  • 到:C:\Documents and Settings\joe\Local Settings\Application Data\Android\android-sdk