Android - Trouble importing SlidingMenu library - SHA-1 Mismatch -


okay i'm close throwing computer out of window. head boiling rage lol

im trying import slidingmenu lib brand new project. error: sha-1 mismatch. after lot of digging, found need have 1 android-support-v4.jar file in libs folder. that's fine except...

  1. which android-support-v4.jar suppose delete? 1 in project or 1 inside slidingmenu library? and

  2. where suppose add external jar? project or slidingmenu library?

thanks

you can add both have match in terms of version. pick updated version , replace in respective lib folder.

both android-support-v4.jar have same version, otherwise have conflict.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -