android - ActionBarSherlock not import -


i have problem actionbarsherlock drives me crazy!

i have new workspace, imported project , library projects. there actionbarsherlock library project.

my project doesn't generate r file, suppose because there isn't actionbarsherlock in library path.

image 1 

red error actionbarsherlock lib

i import library project , fix path...

image 2 

fix path of actionbarsherlock

i clean project if return project properties in android section show image 1!!!!! seems eclipse doesn't save project's changes..

i try:

  • change project build target 4.2.2 (in project , in actionbarsherlock).
  • change in java compiler 1.6 java compiler compliance level (checked "enable project specific settings").
  • change in manifest.xml android:minsdkversion="8".
  • add android support libraries.
  • refresh & clean projects...

    what doing wrong?????

i post 2 other images , eclipse problems..

image 3: project 

my project

image 4: actionbarsherlock project: change android 4.3 4.2.2 after screen capture.. 

 actionbarsherlock project

eclipse problems

error retrieving parent item: no resource found matches given name '@style/theme.sherlock'. cannot cast activity mainactivity. error retrieving parent item: no resource found matches given name '@style/widget.sherlock.actionbar.solid'. menu cannot resolved type. 

etc etc...

thak much.

make sure of projects in same directory. copy every library project manually inside same workspace, before importing them.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -