I get this error when trying to use latest Google Play Services SDK:
C:\\Program Files (x86)\\Android\\android-sdk\\extras\\google\\google_play_services\\lib
I don't use any IDEs. The way I fixed it was to upgrade to gradle
and set compileSdkVersion
to 23
or another option was to stick with ant
and the old version of Google Play Services (rev. 21) which luckily I had checked into my repo. (the SDK manager will always give you latest version which is 29 at time of this writing).