Could not find com_actionbarsherlock.apk

I just installed ActionBarSherlock. I configured my actionBar as getSupportActionBar, as well as related topics - but I get this error in the Eclipse console:

[2012-10-01 03:10:11 - com_actionbarsherlock] Could not find com_actionbarsherlock.apk!

The application is working fine, but I do not know if this is an indicator of future errors on other devices.

Any help would be appreciated?

+5
source share
2 answers

I also had this problem. Despite the fact that everything was installed and working fine, Eclipse always logs this error without finding ActionBarSherlock.apk. There does not have to be an .apk, because ActionBarSherlock is a library, not an application.

, ActionBarSherlock (Project- > Properties- > Java Build Path- > Projects). , , .

ActionBarSherlock , , .. , , , ActionBarSherlock (Project- > Properties- > Android- > Library- > Add...). , ActionBarSherlock . .

+18

All Articles