Android:Bug in build path

2020-06-30 09:39发布

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

"The container 'Android Dependencies' references non existing library 'C:\Project\android-sdk-windows\tools\support\annotations.jar'.

Please help me to clear this error and run the applications.

4条回答
放荡不羁爱自由
2楼-- · 2020-06-30 10:18

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

查看更多
Evening l夕情丶
3楼-- · 2020-06-30 10:18

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.

查看更多
ら.Afraid
4楼-- · 2020-06-30 10:27

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

查看更多
Root(大扎)
5楼-- · 2020-06-30 10:27

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.

查看更多
登录 后发表回答