Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SlidingMenu example: issue in import to eclipse

Tags:

android

I found this SlidingMenu library that allows developers to create applications with sliding menus (like Google+, Facebook apps, etc). It is delivered along with a folder called example that contains a file manifest and src directory, so that I thought this to be an example to see it in action ... When I tried and imported this example to my eclipse I got this:

Error: No resource found that matches the given name: attr 'homeAsUpIndicator'

Any suggestion for solving it?

like image 589
eeadev Avatar asked Jan 04 '13 14:01

eeadev


1 Answers

I also had the same problem.

1) You should download and import SherlockActionBar to Eclipse. Get it from here http://actionbarsherlock.com/faq.html

2) Then you must install the SherlockActionBar as library. Here's how to do it: How to "install" Action Bar Sherlock?

3) You will have several errors. Just follow this tutorial to solve all errors: http://boroniatechnologies.com/installing-slidingmenu-android-library-and-example/

Thats it. Enjoy!

like image 148
Sambruce Sam Avatar answered Oct 15 '22 10:10

Sambruce Sam