简体   繁体   中英

ActionBarSherlock support v4?

I'm trying use ActionBarSherlock in my project. I deleted android-support-v4 of my project and add actionbarsherlock like a library, but when I try use android-support-v4 for example to create DrawerLayout or a ActionBarDrawerToggle doesn't works because no found android-support-v4 and doesn't import package.

How can I solve it ?

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

This is a better way to add this library: Go to your project properties->android, in the "Library" zone click "add" and select the actionbarsherlock project.

Good look

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM