Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing annotations.jar

I am trying to update my Android SDK Tools to 17 rev. and I updated usign SDK Tools but in Properties/library ;enter image description here

But the fact that in the support folder there is a annotations.jar already. What should I do to fix it?

like image 218
Merve Avatar asked Apr 08 '12 10:04

Merve


3 Answers

So, when i updated sdk to L version i had same problem. But after Extra folders updating in SDK Manager i didn't find annotation.jar file. Maybe Google bug with new SDK version. So i copied annotation.jar file from old SDK folder (folder half a year ago)

like image 165
xoxol_89 Avatar answered Sep 21 '22 19:09

xoxol_89


I had the same problem. I went to the SDK Manager within eclipse (Window --> Android SDK Manager) and installed the Android Support package which is found in the Extras folder. After the install the error was gone (at least in my system)

like image 22
Jose Avatar answered Sep 18 '22 19:09

Jose


Right click onto your project, in context menu choose Properties, your will see a window. Second line is Android - click onto it. You will see list of installed SDK. Check any SDK which has API level 16 or more.

annotationas.jar is embedded in SDK of 16 API level and after it.

like image 23
Vlad Avatar answered Sep 17 '22 19:09

Vlad