Android:Bug in build path

后端 未结 4 1073
挽巷
挽巷 2021-02-18 18:29

When I am updating eclipse software and running applications, an error is shown as:

\"The container \'Android Dependencies\' references non existing libra

相关标签:
4条回答
  • 2021-02-18 18:42

    I had the same problem, i tried the suggested solutions but nothing happened and then I just closed all opened projects in my workspace and reopened them again. Then all the messages disappeared.

    0 讨论(0)
  • 2021-02-18 18:43

    After updating SDK manager go to Eclipse -> Help -> Check update -> Install. This will update the ADT corresponding to the SDK update.

    0 讨论(0)
  • 2021-02-18 18:43

    I ran into the same problem because I had updated the ADT but not the SDK Manager. - Update the SDK Manager, - then close everything and restart Eclipse, - build clean your Android projects and that should solve your problem.

    0 讨论(0)
  • 2021-02-18 18:53

    all you need to do is updating your sdk through android sdk manager

    0 讨论(0)
提交回复
热议问题