Heshitha Hettihewa
Heshitha Hettihewa

Reputation: 368

Cannot create a new android application on eclipse

I am a beginner to android development,I have downloaded adt-bundle-windows-x86_64 with android 4.2 and started the eclipse version(Android developer tools) provided with it.

But when I click finish after filling all the details in new android application dialog box,the finish button doesn't seem to respond at all.

At the first click on finish button an application is created but no java files in it and the dialog box stays still.At least the android 4.2 library is not in the application.src is also empty.

I'm working with Windows 7 64bit and JDK 1.6 64bit. Any idea on solving this?

enter image description here

Upvotes: 4

Views: 7662

Answers (3)

viccro
viccro

Reputation: 25

I just got mine past this bug; hopefully yours will fix too?

On the screens with menus to select from, where one item is greyed (selected?) as default: Deliberately click the item, to ACTUALLY select it (it turns dark blue or something).

Mine apparently got caught up on the "Make activity" (or whatever) page, and until I went back and assumed that the default had failed to select it, I was unable to choose finish (even though it clicked, looked as though it was going to do something, and then didn't go).

Upvotes: 0

Mehul Joisar
Mehul Joisar

Reputation: 15358

Eclipse is not that much robust IDE.If nothing can solve your issue.try to restart Eclipse and your Computer.

and yes,before restarting just update the packages.

Go to SDK Manager, and install available updates for following packages.

Android SDK Tools

Android SDK Platform-tools

After updating,it will be look like this,

enter image description here

Upvotes: 0

Related Questions