Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

After Installing ADT Plugin, Welcome to Android Development Doesnt Appear

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.

like image 485
vinny Avatar asked Oct 06 '12 04:10

vinny


2 Answers

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

like image 91
venkatKA Avatar answered Oct 18 '22 05:10

venkatKA


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.

like image 2
surfealokesea Avatar answered Oct 18 '22 05:10

surfealokesea