Android Library Dependencies broken after SDK/ADT-Update

China☆狼群 提交于 2019-12-03 23:27:57

Installing the new Build Tools did the trick. They were not automatically included when I updated the SDK (probably need to run the update twice I guess).

I found a solution that works for me: Go to Project Properties > Build Path > Order and Export

Then you have to check each checkbox. In my case my libraries were restored

I hope it will help.

I can see that your project Android URA Library is referring to Android Utilities Library, then the problem should not relate to SDK/ADT update.

Please check:

  1. Project Properties of Android URA Library, choose Project tab and make sure you added Android Utilities Library as dependency project. Otherwise, please add it.
  2. If the problem is still existing, then Projects \ Clean All Projects

Go to libraries and check the build path of the dependent libraries. It should be same as your projects build path.

if you have import all the Dependencies in your workSpace.maybe you can:projetc-->build all. I meet the problem,and it works well

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