android - Eclipse library path error after moving project to git repository -


im trying myself github. after moved project local repository, there error occured in libraries paths, seems remembering former path in workspace? ideas? says library missing, in project's folder. appreciated. there screenshot: library error

when your library project source , not jar:

  1. right click on project dir - properties
  2. choose android on left side
  3. in lower "library" section reference old library red cross
  4. remove it
  5. add library new location
  6. enjoy

when your library jar:

  1. right click on project dir - properties
  2. choose java build path on left side
  3. choose libraries tab
  4. remove old libraries
  5. add new external jars location
  6. enjoy

or:

do steps 1-4 , then:

  1. copy jar library libs dir of android project
  2. right click on newly copied jar in libs
  3. choose build path -> add build path menu
  4. enjoy

hope helps , else ;)


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -