Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Not able to create new Project with ADT version 20

Tags:

android

adt

I have recently updated my ADT and it is now ADT_V20. I have also updated my SDK platform tools as well. But I am not able to create new Project through Project wizard from Eclipse. I have Eclipse Helios latest version. and It was working well with old ADT versions.

In the project wizard I have reached upto Install Dependencies screen, where "Next" and "Finish" buttons are disabled. I have tried to "Install/Upgrade" new version as shown in the wizard and that process is completed successfully . Still I am not getting "Next" or "Finish" buttons enabled.

This same thing happens on the other PCs as well.

Could anybody please help me ?

Thanks

like image 751
Nirav Shah Avatar asked Jun 29 '12 09:06

Nirav Shah


3 Answers

Looks like you can get around this issue by uninstalling the Support library from the SDK manager, then reinstalling at the prompt in the wizard. I had the same problem you did, and this solution worked for me.

Source: http://code.google.com/p/android/issues/detail?id=33859

like image 77
Josh Avatar answered Nov 15 '22 14:11

Josh


In the new Android Project Wizard on the second screen where is says "Select whether to create an activity, and if so, what kind of activity"

  • Simple un-check the Create Activity, A new Blank Activity will be enabled to be created. -
  • Click Finish.

They might push a fix for the issue you have highlighted soon.

I have come across some more issues related to Ant build.xml not able to find "com.android.ant.NewSetupTask" due to this upgrade to ADT20

like image 44
Ujwal Parker Avatar answered Nov 15 '22 14:11

Ujwal Parker


After installing ADT version 20, I have this problem creating a 1.6/API 8 project now that the newer (version 20) SDK is installed.

Would one of the experts try creating this even WITHOUT the 'activity' please?

I cannot complete with the blank activity checked (due to the missing API 8, which tries to install the already installed API 9 when asked to update), NOR can I complete with NO activity selected.

In the latter case, i.e., uncheck the create Activity box, the Finish button appears, creates the project partially, but not one that will build (as the older versions would do even with an old API.

Also, there is no actual indication that the "Finish" has worked -- you must look over in the browse pane to see the new project even though the dialog remains.

like image 32
HerbM Avatar answered Nov 15 '22 14:11

HerbM