3

Hi I have a problem with the ActionBarSherlock after importing.

I made the following steps:

  • I Imported the stuff from the library folder
  • I checked if the project is set as IsLibrary
  • I selected Project Build target: Android 4.0

then the project look like this: enter image description here

I dont know whats wrong, the error in the first package e.g. is:

The method onCreatePanelMenu(int, Menu) of type Watson must override a superclass method
gurehbgui
  • 14,236
  • 32
  • 106
  • 178

2 Answers2

2

ActionBarSherlock library is full of errors after being imported

Community
  • 1
  • 1
MvcCmsJon
  • 609
  • 7
  • 12
1

There May be other ways, My Suggestion is to go to java file and remove all @override symbols above the methods there, because I have also faced that problem and I did that to get rid of those errors! I think this may meet your need.

Arshad Ali
  • 3,082
  • 12
  • 56
  • 99