Skip to content Skip to sidebar Skip to footer

Google Play Services Missing From Extras Folder In Sdk Manager

So basically I can't find the option to install/download the Google Play Services in the Extras folder of the Android SDK Manager. What could be the possible reasons ? Meanwhile ca

Solution 1:

I had the same problem and finally figured out a solution that worked for me. Here's what I did:

  • Go to Help -> Install New Software.
    • My android environment was already set up, so I picked "https://dl-ssl.google.com/android/eclipse/" from the drop down menu
    • Check the top level option - "Developer Tools"
    • Hit the next button and follow the prompts. It said I already had it installed and this would apply an update
    • Ran the SDK Manager again and it now showed me the Google Play Services option to install

Solution 2:

Same problem, there are only 2 items (Android Support Library and Intel Emulator Accelerator) in my Extras folder... I running Windows 8.1 64bit , so maybe a bug..

Solution 3:

Answer : Step 1: Update everything you already have installed using the SDK manager Step 2: Reopen SDK manager, you should see more stuff under extras including Google Play Services.

Solution 4:

where are you looking for Google Play Services?

After installing it via SDK Manager, you can get it in your SDK folder extras/google/google_play_services

You have to import it first in your IDE and then include in your project as a library project.

Solution 5:

If your at SDK 19 you may not have it show because your SDK is too low, at least it was the case for me. I was offered it among 17 other install recommendations after upgrading to SDK 20, SDK Tools 23.

Post a Comment for "Google Play Services Missing From Extras Folder In Sdk Manager"