Android Library Dependencies broken after SDK/ADT-Update Android Library Dependencies broken after SDK/ADT-Update android android

Android Library Dependencies broken after SDK/ADT-Update


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