I was able to import both ActionBarSherlock and HoloEverywhere into Android Studio but I cannot get my app to compile.
screenshot: https://docs.google.com/file/d/0Bw
Holoeverywhere doesn't use ActionBarSherlock anymore, it now relies on the ActionBarCompat library.
I just had this issue.
What you need to do is go to File > Project Structure...
and click on Modules
. Make sure that ActionBarSherlock has the support library under its Dependencies
tab. If not, click the plus at the bottom and add a Library (You may have to click New Library...
to select the libs folder within the sub-project).
After this is done, change the scope to Provided
so that you don't get lib conflicts when compiling your app.