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:
- right click on project dir - properties
- choose android on left side
- in lower "library" section reference old library red cross
- remove it
- add library new location
- enjoy
when your library jar:
- right click on project dir - properties
- choose java build path on left side
- choose libraries tab
- remove old libraries
- add new external jars location
- enjoy
or:
do steps 1-4 , then:
- copy jar library libs dir of android project
- right click on newly copied jar in libs
- choose build path -> add build path menu
- enjoy
hope helps , else ;)
Comments
Post a Comment