eclipse - Adding an Android library to a project? -


i trying add slide menu android application.

  • imported android library workspace
  • in application project properties under android clicked "add" , added library application
  • clicked "apply" , "ok"

if go properties -> android again library added not there anymore. cause this?

after adding library: enter image description here

after going properties again: enter image description here

edit:

i ended adding project manually in project.properties

android.library.reference.2=../slidemenu 

and tells me problem is. idea how resolve this?

[2013-10-06 19:57:15 - atlasmobile] jar mismatch! fix dependencies [2013-10-06 19:57:25 - atlasmobile] found 3 versions of android-support-v4.jar in dependency list, [2013-10-06 19:57:25 - atlasmobile] not versions identical (check based on sha-1 @ time). [2013-10-06 19:57:25 - atlasmobile] versions of libraries must same @ time. [2013-10-06 19:57:25 - atlasmobile] versions found are:

jar mismatch! fix dependencies... found 3 versions of android-support-v4.jar in dependency list, not versions identical (check based on sha-1 @ time). versions of libraries must same @ time.

seems 1 of libraries using old version of android-support-v4.jar. please check if there updates available library projects, maintainers of libraries may have updated android-support-v4.jar.

if above not help, i'd copy android-support-v4.jar comes sdk , paste library projects.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -