I'm trying to create an ActionBarSherlock project, I've downloaded the library and connected it to my project. In Problems window I see the following message: Jar mismatch! Fix your dependencies. How can I solve this problem? Thanks in advance.
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
The above solution did not work for me .However , I deleted the supported library in libs folder of ActionBarSherlock and manually copied the android-support-v4 jar file from android-sdk/extras/support/v-4 to the same . I then followed the usual steps . It worked !
a simple right click on the ActionBarSherlock library project then
Android Tools -> Add Support Library
A dialog will be opened, accept the license and click install.
Eclipse ADT will download the right support library for you.
I can fix this:
Actionbarsherlock has the support library in it. This probably causes a conflict if the support library is also in your main project. Renaming the support library should fix this.
That is if the support library is causing the mismatch.