This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Description
Error: "Cannot override the final method from SherlockActivity"
My library project does the Sherlock library bind, and my main project binds the library one.
Ex:
ActionBarSherlock > MyLibraryProject > MyMainProject
When i use @optionsmenu and @OptionsItem on any activity of MyMainProject, AA import the wrong Menu and MenuItems.
My current solution is to delete the generated activities with errors, and then they are generated properly. (I have to do this on every modification). Must be the processing order or something.
Version: 2.7-SNAPSHOT
Thank you.