Skip to content Skip to sidebar Skip to footer

Eclipse/Android: Can't Install Google APIs Targets

To use a MapView in my android application, I need to to run it in a 'Google APIs (Google Inc.)' target. However, I can't figure out how to download one. In Eclipse, Android SDK a

Solution 1:

For reference, here's how I solved this:

  • I updated my ADT
  • That gives me a new a new SDK manager in eclipse under Window. From there, I was able to install the missing API targets!

Post a Comment for "Eclipse/Android: Can't Install Google APIs Targets"