SimonVT / android-menudrawer

*DEPRECATED* A slide-out menu implementation, which allows users to navigate between views in your app.
http://simonvt.github.com/android-menudrawer/
Apache License 2.0
2.59k stars 1.11k forks source link

Project Errors #184

Closed bigbebs closed 11 years ago

bigbebs commented 11 years ago

I have downloaded this a few times and tried cleaning the project a few times. In eclipse I keep getting errors in the code, not allowing it to compile. I download it, unzip it, and place it into my workspace. Then in eclipse File>Import>Existing Android Code Into Workspace, check menudrawer and SamplesActivity. I'm not sure if I'm just doing something wrong or whats going on.

DrGasmo commented 11 years ago

Need more information on what errors specifically.

bigbebs commented 11 years ago

BuildLayerFrameLayout.java

DraggableDrawer.java

There are more errors in other files. Seems about half of the files have an error in them.

DrGasmo commented 11 years ago

Oh that again. Yeah, it does that on mine too. I change the target to 13 or 18, build, change back to 9 or 7. Should have only one error after that, find it and add an annotation that satisfies the bitch that is eclipse.

SimonVT commented 11 years ago

The library is built with API16.