After Installing ADT Plugin, Welcome to Android Development Doesnt Appear

不想你离开。 提交于 2019-12-08 15:04:55

问题


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.

My setup is as follows:

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

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

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


回答1:


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




回答2:


I've had the same problem on 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"

Reestart eclipse.

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




回答3:


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




回答4:


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

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

  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.

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

  • 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



回答5:


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.

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

Click on:

Window -> Customize Perspective -> Command Groups Availability

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

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




回答6:


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 -rf and restart eclipse.



来源:https://stackoverflow.com/questions/12756839/after-installing-adt-plugin-welcome-to-android-development-doesnt-appear

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!