Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't import Android project into Eclipse - Finish button doesn't do anything

I have downloaded latest ActionBarSherlock and trying to open it in Eclipse.

enter image description here

After pressing Finish button nothing happens. No errors. All buttons work as if I have not pressed Finish button. I can return Back or Refresh or check checkbox.

My path has no spaces.

ActionCarSherlock requires ADT version 0.9.7 but I have found following version of software in eclipse.

Android Development Tools 21.1.0.v201302060044-569685 com.android.ide.eclipse.adt.feature.group The Android Open Source Project

PS Eclipse update has not helped me (updating SDK)

PS Android SDK update fixed it

like image 726
Max Avatar asked Jul 31 '13 13:07

Max


2 Answers

I came across this problem yesterday.

I had recently updated the ADT plugin without updating the Android SDK Tools and Platform-tools.

So make sure all of the above are up-to-date.

like image 116
Benito Bertoli Avatar answered Oct 13 '22 19:10

Benito Bertoli


Uninstall your ADT (21.1.0) and install your ADT to 23.0.2.

Some features that will apply in the last version isn't compatible with the first one.

like image 27
Marco Rosner Avatar answered Oct 13 '22 17:10

Marco Rosner