4

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

AndroidLearner
  • 4,500
  • 4
  • 31
  • 62

3 Answers3

4

http://developer.android.com/training/basics/firstapp/creating-project.html

http://developer.android.com/tools/help/adt.html

http://www.chhitizbuchasia.com/articles/chhitiz/2011/02/Setup%20Android%20SDK%20With%20Eclipse.html

http://developer.android.com/sdk/installing/installing-adt.html

Cannot create a new Android Project using Eclipse

install android sdk manager

enter image description here

enter image description here

step1

enter image description here

step2 enter image description here

step3

enter image description here

install the following sdk to perform the application

Download ADT plugin

http://developer.android.com/sdk/installing/installing-adt.html#Download

enter image description here

BASIC STEPS

http://blog.teamtreehouse.com/the-one-stop-android-sdk-installer-you-always-wanted

Best Jvm setting

enter image description here

Community
  • 1
  • 1
Janmejoy
  • 2,721
  • 1
  • 20
  • 38
0

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

Mehul Joisar
  • 15,348
  • 6
  • 48
  • 57
0

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).

viccro
  • 25
  • 4