Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

accidentally removed android dependencies folder

I accidentally removed the library: "android dependencies". Is there a way to retrieve it or import/download? A person suggested me to "go to source and say order import export for all libraries you need except the android defualt libs.." but I don't understand exactly what it means. Any advice would be greatly appreciated!

like image 721
etrademom Avatar asked Oct 18 '12 12:10

etrademom


1 Answers

Another stackoverflow post contains solution to this problem.And you do not have to restart eclipse.

Just right click project->Android Tools -> Fix Project Properties and your Android Dependencies folder appears.

like image 87
justadeveloper Avatar answered Oct 10 '22 12:10

justadeveloper