I'm trying to implement SlidingMenu in my project ( https://github.com/jfeinstein10/SlidingMenu ). It says in the page:
In Eclipse, just import the library as an Android library project. Project > Clean to generate the binaries you need, like R.java, etc.
Then, just add SlidingMenu as a dependency to your existing project and you're good to go!
I don't know what he is talking about when he tells me to import as an "Android library project" (maybe that's the error), so I just imported the project from existing code and it's full of errors because R wasn't generated. I have Eclipse set to build automatically so there was no need to clean the project but even if I do it, it still won't generate R. I already imported the support library and because of this ( Unable to resolve errors on sliding menu example with actionbarsherlock ) tried to up the minimum version required. No effect. And I'm not even trying to use Sherlock. What's going on?