Cannot create a new android application on eclipse

只谈情不闲聊 提交于 2019-12-05 02:54:48

问题


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?


回答1:


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




回答2:


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,




回答3:


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



来源:https://stackoverflow.com/questions/14411189/cannot-create-a-new-android-application-on-eclipse

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