Google Play Services Missing from Extras folder in SDK Manager - android

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 can somebody provide the link to download the lib from the Web ?

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

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:
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.

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.

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.

Downloading new version of adt solved my problem

i had the same problem and i solved by install the last SDk update and build tools and the
google_play_services appear in tools folder to download

here is the solution i got it. please download new version of the android adt bundle and extract the folder then go to the folder right click the sdk manger and run at administrator and restart your system open eclipse go to sdk manager under extras folder you have google play services finally update it.

Open your SDK Manager and update Android SDK Tools. I had the same problem and this solved.

Related

Android studio is not properly installed

extra android m2 repository,extra google m2 repository and 2 more sdk components were not installed.
This message was displaying after the installation of Android studio.
Some components as Android sdk manager and AVD are not working properly.
Please guide me how to fix the problem.
Try to open Android SDK Manager and Select Android SDK Tools and Android SDK Platform-tools and update and then restart Android SDK Manager you will find Extras now install Android Support Repository inside Extras.If this doesn't help i guess you have to Re-install the software while reinstalling keep your internet connection on it may download packages and files form internet.
See to it that you have downloaded Android SDK properly without any issue.
I hope this answer helps..

Eclipse: How to add Google Play Services to Extras in Android SDK Manager?

Please see the picture.
I know that Google Play Services must be here, but it is not here.
How can I add GooglePlayServices to Eclipse?
unchecked INSTTALLED in android sdk manager
Update your SDK and make sure you're using the up to date version of ADT (Android Developer Tools).
Thanks for all. I solved my problem.
I have another one Android SDK for Android Studio located in my case here 'c:\Program Files (x86)\Android\android-studio1\sdk'
Then I copied folder 'c:\Program Files (x86)\Android\android-studio1\sdk\extras\google\google_play_services\' to 'c:\Android\android-sdk\extras\google\' (this SDK is for Eclipse).
After that GooglePlayServices was appear in Extras package of Android SDK Manager.

Extras Folder Accidentally Deleted - Android SDK

I accidentally deleted some of the plugins inside Extras Folder in Android SDK. Coz it looks broke. Now my problem is I dont know how to recover it. And my android emulator is not working coz it cant select device that the Google provides. Can someone tell me what to do.
Just open the SDK Manager and redownload the missing things.
You can download whatever gets deleted using Android SDK Manager
I'm pretty sure you can patch your install with the packages from the SDK download: [http://developer.android.com/sdk/index.html]
Once you have downloaded the package install the sdk and all the required API's. These are the stand-alone Android SDK Tools. The packages provide the basic SDK tools for app development.
I have the same problem. In my case, I have been deleted android support library accidentally. When I want to re-install this package, it not show in list of my extras in Android SDK Manager.
If I run my Android SDK Manager from Eclipse, the missing packages not shown. But when I go to my SDK directory and manually run SDKManager.exe as administrator, It's work.
and the result is :

Missing SDK platform Android, API 18

While I am trying to Install API 18 it shows only "Google API 18"(nothing more). Now if I try to install these google APIs from Android SDK Manager it shows a message "this package depends on "Missing SDK platform Android, API 18". and Install button is disabled.
Does anybody here have Any idea how to install API 18(4.3_MR2 sdk) with eclipse
Have you installed SDK platform tool version 18? In your SDK Manager, there will be the latest version of SDK Platform tools that you have to install first then restart eclipse and then try for Android SDK API 18
Do this first:
Eclipse > Window > Android SDK Manager > Packages > Reload
Then retry installing
Another way of fixing it:
0) install other packages WITHOUT selecting API 18,
1) restart the Eclipse ADT,
2) Open SDK manager, then API 18 rev 1 shall appear.
Late to the game, same issue. Neither the SDK Tools not the SDK Platform tools showed up for me. This was a 4-step process:
Eclipse/Help/Check for Updates, installed everything that was found, restarted Eclipse
Eclipse/Window/Android SDK Manager - installed Android Support Repository (thanks, BurDog). Closed SDK Manager.
Eclipse/Window/Android SDK Manager - now the Android SDK Tools (Rev 22) showed up at the top, installed. Closed SDK Manager
Now the Android SDK Platform Tools showed up in the API 18 section - installed. Restart Eclipse (or API 18 will not be available everywhere).
Finally good to go to build a new version.
I had the same situation. For me worked updating ADT Plugin to version 22.0.5, closing Eclipse. Then - Eclipse > Window > Android SDK Manager > Packages > Reload.
Hopefully this will help somebody.
Had the same problem. Message was:
package google apis android api 18 revision 1 depends on missing sdk platform android api 18
I solved it like the following steps:
Eclipse -> Help -> Check for Updates (then click on "ok" when asked - do you want to install it - click on "ok" / "yes" to restart eclipse to finish the installation)
Window -> Android SDK Manager -> Deselect all (then scroll down to Extras and Select only Android Support Respository, when not installed, install it)
Window -> Android SDK Manager -> Install xx packages
worked fine for me.
This is how I fixed mine:
Under "Manifest Cache", click on "Clear Cache"
Go to "Packages" and click on "Reload"
Check Tools --> Android SDK Platform-tools
Install just this package
Restart SDK Manager
Eclipse > Window > Android SDK Manager > Packages > Reload
This worked for me. Thanks! Now I can update to 18. I'm new here and tried to vote up Jaguar's post, but I can't.
Seemed kind of klukey, I had similar issues. I finally got passed the api 18 msg when I updated the sdk tools to 22 which then prompted another error that the tools were degraded on reload. I opened sdk mgr again and had a 22.3 and platform tools to rev19 and some other tool choices available. I did yet another update to them along with the API19 and API 18 and it seems like it is moving along now. I think maybe for API 18+ you must update the SDK tools to 22.3 at this point.
Btw, I also got a file lock during part of the process and closing eclipse in the background and hitting retry fixed.
dang.. next it is saying that the ADT must be version 22.0+..
I updated the ADT to 22.3 by using the eclipse/help/install new software (Trying update simply said it was up to date)... one unsigned content error..
Restarted ADT after update.. seems to be working from what I can tell so far.
I´ve solved with this:
Open Android SDK Manager -> Packages -> Reload
Restart Android SDK Manager
Install the "missing" packages (now visible)
I had this problem on my Mac and Windows development machines. The only solution is to reinstall the latest version of the Android SDK. Google really dropped the ball on this.
I had a similar issue as you (purely from problem description), but my Android SDK Platform-tools WAS already installed (16.0.2). All the other packages didn't recognize it, however. I ended up uninstalling the platform tools, and then reinstalling. Then everything else recognized it.
Found from a different website
The steps to resolve this issue:
Open SDK Manager
Go to Tools -> Options
Under "Manifest Cache", click on "Clear Cache"
Then go to "Packages" and click on "Reload"
I am on MAC, I faced the same question. I couldn't find SDK Platform in API 18. The solution to solve it on mac is install the SDK TOOLS first, then restart the sdk manager and then I found the SDK Platform in API 18.
I was having the same problem, but with API19. I installed the following individually, closing Android SDK Manager after each install (thanks cdoner):
Android SDK Tools 22.3
Android Support Repository 3
And then I was able to install API19 with it no longer throwing the error.
("This package depends on 'Missing SDK Platform Android, API19')
I decided to get back into coding after 15+ years and am completely new to Java and Android having only read the book, Head Start Java. Thank you for the easy to follow steps, especially for someone new.
I could not install new SDK from Eclipse (Help -> Install New Software / Check For Updates), it complained the new version is already installed. However, the new SDK did not show up in the SDK manager.
I solved it by installing the new SDK version through command line: android update sdk --no-ui
Afterwards it was possible to update the google APIs and other tools via the SDK manager.
clearing cache solved problem for me. (Tools >option)
I had this problem with API 19. The key for me to use the Android SDK Manager starting in eclipse. Then, the advice above worked to fix the issue.
Background: Because of other command line stuff I was doing, I was starting the SDK Manager by typing "android" at the prompt. - which is what the error I was getting said to do.
it needs minimum sdk and maximum sdk packages.
you just only installed the maximum sdk ie.,API18
3.it also depends on other sdk packages for minimum
My solution to Missing SDK platform Android, API 26 ( It should work for API 18 as well)
Update SDK Tools
Restart SDK Manager and Eclipse
Install SDK Platform API 26, which is now visible
Install the other API 26 packages
If you're using the deprecated version of sdk manager like version r24.xx, then you need to first update the platform tools from sdk installation menu, before installing anything. You may have to do this several times (as long as the update notification shows up)

Missing annotations.jar

I am trying to update my Android SDK Tools to 17 rev. and I updated usign SDK Tools but in Properties/library ;
But the fact that in the support folder there is a annotations.jar already.
What should I do to fix it?
So, when i updated sdk to L version i had same problem. But after Extra folders updating in SDK Manager i didn't find annotation.jar file. Maybe Google bug with new SDK version. So i copied annotation.jar file from old SDK folder (folder half a year ago)
I had the same problem. I went to the SDK Manager within eclipse (Window --> Android SDK Manager) and installed the Android Support package which is found in the Extras folder. After the install the error was gone (at least in my system)
Right click onto your project, in context menu choose Properties, your will see a window.
Second line is Android - click onto it.
You will see list of installed SDK.
Check any SDK which has API level 16 or more.
annotationas.jar is embedded in SDK of 16 API level and after it.
What worked for me was downloading the annotations.jar file, and then adding that to where it was supposed to be according to the error.
It can be downloaded here: http://mvnrepository.com/artifact/com.google.android/annotations/4.1.1.4
After updating all of the packages in the SDK manager you may need to update Android Developer toolkit also. Eclipse -> Help -> Check Updates -> Install
I think Google has changed the location of that jar file from <SDK_DIR>/extras/android/support/annotations.jar to <SDK_DIR>/extras/android/support/annotations/android-support-annotations.jar
To solve this issue, I followed these steps on all projects and libraries in my workspace using this jar:
Just removed the file from Java Build Path -> Libray Tab,
then Add External Jars
Chose file from the given location above.
I had this issue just now, and this was the top result in Google. Posting my results for time-traveling Googlers from the future.
Jose's solution didn't work for me, as there was no "Extras" folder, nor "Android Support" package, in my update manager, so things must have changed within the past two years.
Here's what did work for me: update all of the packages in the SDK manager. I don't know which update in particular fixed it, but now that they are all up-to-date, the problem is solved.

Categories

Resources