本文介绍了无法解决滑动菜单示例与actionbarsherlock错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我是Android的新手,我正在尝试运行滑动菜单示例,但是我收到如此多的错误我已经从这里下载了该软件包:
并设置actionbarsherlock
还按照这里列出的说明:
我收到以下错误:
- 我正在使用Eclipse 22.0.0和最新版本的Android SDK
解决方案
尝试这个...
- 添加actionbarsherlock图书馆到您的项目库中的滑动菜单库
- ,仅使用滑动菜单库,而不是
actionbarsherlock。 - 删除Android支持库libs
文件夹在slidingmenu库中,在libs文件夹中的项目 - 中清理所有项目,然后尝试一下。
Hi I am a newbie to android and I am trying to run the Sliding Menu Example but i am getting so much errors
I have downloaded the package from here:http://github.com/jfeinstein10/SlidingMenu/
and setup the actionbarsherlock
Also followed the instructions listed over here: http://boroniatechnologies.com/installing-slidingmenu-android-library-and-example/
and i am getting the following errors:
- I am using Eclipse 22.0.0 and recent version of Android SDK
解决方案
try this...
- add actionbarsherlock library to slidingmenu library
- in your project libraries, use only sliding menu library, not actionbarsherlock.
- delete the android support library in libs folder in slidingmenu library, and in libs folder in your project
- and clean all projects, and try it.
这篇关于无法解决滑动菜单示例与actionbarsherlock错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!