accidentally removed android dependencies folder

2019-06-18 10:29发布

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!

2条回答
我欲成王,谁敢阻挡
2楼-- · 2019-06-18 11:24

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.

查看更多
该账号已被封号
3楼-- · 2019-06-18 11:31

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.

查看更多
登录 后发表回答