Okay I'm so close to throwing my computer out of the window. My head is boiling with rage lol
Im trying to Import the SlidingMenu lib into my brand new project. But I get an error: SHA-1 Mismatch. After a lot of digging, I found that I need to have only ONE android-support-v4.jar
file in my libs
folder. That's fine except...
Which
android-support-v4.jar
am I suppose to delete? The one in my Project or the one from inside the SlidingMenu library? AndWhere am I suppose to add external jar? My project or the SlidingMenu library?
Thanks