3

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

Community
  • 1
  • 1
JoCuTo
  • 2,463
  • 4
  • 28
  • 44

2 Answers2

5

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
CpnCrunch
  • 4,831
  • 1
  • 33
  • 31
-2

Download latest ADT from here then install it, your problem will be solved. As you have the older version of ADT (18.0.1).

ADT

Chinmoy Debnath
  • 2,814
  • 16
  • 20
  • The Android Build Tools are part of the Android SDK Manager, so you don't need to reinstall ADT. See my answer. – CpnCrunch Aug 16 '14 at 02:17