Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using 1.7 requires using Android Build Tools version 19 or later

Yesterday I was updating Google Play Service on ADT and this morning I have an exclamation icon on my project and this errors: Can anyone help me please?

[2014-06-16 10:31:53 - google-play-services_lib] WARNING: unable to write jarlist cache file C:\Android\sdk\extras\google\google_play_services\libproject\google-play-services_lib\bin\jarlist.cache

[2014-06-16 10:35:48 - google-play-services_lib] Using 1.7 requires using Android Build Tools version 19 or later; currently using 18.0.1

like image 348
JoCuTo Avatar asked Sep 10 '26 08:09

JoCuTo


1 Answers

You need to update your Android Build Tools to a later version. Unfortunately like a lot of things in the Android SDK it's not obvious how exactly you do this.

  • Open the Android SDK Manager
  • Under Tools, tick "Android SDK Build Tools 20" (or whatever the newest version is
  • Click Install Packages
  • Restart Eclipse
like image 138
CpnCrunch Avatar answered Sep 12 '26 16:09

CpnCrunch