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 
i import library project , fix path...
image 2 
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 
image 4: actionbarsherlock project: change android 4.3 4.2.2 after screen capture.. 
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
Post a Comment