28
votes

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

4
I guess its some sort of Eclipse or ADT problem not ActionBarSherLock Problem.Spring Breaker
Yes. At least Eclipse must tell what s wrong. There is no error. It is not first time I import project. I have many imported projects like ad networks or video codec libs for android. It always worked.Max

4 Answers

19
votes

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.

1
votes

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.

0
votes

For me, it seemed Finish did nothing, but my Project Explorer view wasn't open. You have to click on the small icon to have the Project Explorer open.

http://i.imgur.com/2myRHTy.png

0
votes

I guess the issue is because your imported project is in the same directory of your workspace directory. If you move the project to an temporary directory and import it with copy box checked, it will copy the project from your temporary directory to your workspace. Then you just delete the temporary directory.