github - SherlockActivity cannot be resolved to a type in android -
hi have develop android bbc news reader application bbc news reader
here have import these app above link , run app means next error.how can resolve these error ??? please help me
the error :
sherlockactivity cannot resolved type...i got error on below line...
public class widgetconfigactivity extends sherlockactivity { listview listview;
i have added library file also.
download actionbarsherlock here. unzip downloaded file , import project eclipse. right-click on project -> properties in android->library section click add if added actionbarsherlock library correctly can find there. add project
checkout documentation on how reference library project in eclipse.
edit:
to remove android-support-library
dependancy error, remove android-support-v4.jar
file nowadays in libs section of project.
the reason error actionbarsherlock
has android-support-v4.jar
along library. there arises conflict between 2 files
android github actionbarsherlock
No comments:
Post a Comment