accidentally removed android dependencies folder

百般思念 提交于 2019-12-10 13:29:15

问题


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!


回答1:


Look at project.properties file. You will see android sdk version(Example : target=android-4) which you used. And then Project -> Right Click -> Java Build Path -> (Your SDK folder -> platform -> android-x(your api version number) -> android.jar(Select this)). And clean your project. Try this.




回答2:


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.



来源:https://stackoverflow.com/questions/12954960/accidentally-removed-android-dependencies-folder

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!