Eclipse / Android: Cannot set Google API goals

To use MapView in my Android application, I need to run it in the Google API (Google Inc.) target . However, I cannot figure out how to download it.

In Eclipse, Android SDK and AVD Manager → third-party add-ons → Google Inc. → No packages found

Although I see that this is a bunch of packages available when viewing url

Same problem as here .

Help you here!

+2
source share
1 answer

For reference, here is how I solved it:

  • I updated my ADT
  • This gives me the new new eclipse SDK manager under the window. From there, I was able to set the missing API goals!
+5
source

Source: https://habr.com/ru/post/912083/


All Articles