application.src
is also empty.\nhttp://developer.android.com/training/basics/firstapp/creating-project.html
\n\nhttp://developer.android.com/tools/help/adt.html
\n\nhttp://www.chhitizbuchasia.com/articles/chhitiz/2011/02/Setup%20Android%20SDK%20With%20Eclipse.html
\n\nhttp://developer.android.com/sdk/installing/installing-adt.html
\n\nCannot create a new Android Project using Eclipse
\n\ninstall android sdk manager
\n\nstep1
\n\nstep2\n
step3
\n\ninstall the following sdk to perform the application
\n\nDownload ADT plugin
\n\nhttp://developer.android.com/sdk/installing/installing-adt.html#Download
\n\nBASIC STEPS
\n\nhttp://blog.teamtreehouse.com/the-one-stop-android-sdk-installer-you-always-wanted
\n\nBest Jvm setting
\n\nReputation: 368
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?
Upvotes: 4
Views: 7662
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
Reputation: 2731
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
step1
step2
step3
install the following sdk to perform the application
Download ADT plugin
http://developer.android.com/sdk/installing/installing-adt.html#Download
BASIC STEPS
http://blog.teamtreehouse.com/the-one-stop-android-sdk-installer-you-always-wanted
Best Jvm setting
Upvotes: 4
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,
Upvotes: 0