4

I was trying to import an example from internet, which seems to be made in Eclipse.
I am using Android Studio and it gives me this error.

What do I do, after opening the SDK Manager?

Error:Cause: failed to find target Google Inc.:Google APIs:8 : /Users/wangel/Library/Android/sdk
<a href="openAndroidSdkManager">Open Android SDK Manager</a>
Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
Wang'l Pakhrin
  • 858
  • 3
  • 15
  • 29

1 Answers1

1

You have to open your Android SDK Manager, which you can do from Android Studio (Tools - Android - SDK Manager) and install the appropriate SDK version, which in your case is 8.

Once this is done, try importing the example again, or if already imported, do a clean and rebuild (Build - Clean Project.

Paul McGrath
  • 121
  • 7