Following billing integration tutorial, I should now install Google Play billing package from SDK manager (see figure 1). However, in my SDK manager I don't have this package listed under Extras nor anywhere else.
Where can I get this billing example?
I also face this problem this morning but I finally solved it.
To solve it, update your ADT plugin to the latest version,
you should able to see the packages then.
After updating the ADT plugin, you may also need to update installed tools to the latest version to ensure you existing projects can run normally.
Via SDK Manager, I updated Android SDK Tools and Android SDK Platform Tools, re-ran SDK Manager, and the billing package then appeared under Extras as expected.
Related
I need to install google play service library for my android project. I am using ADT version 22.3.0. But, the problem is that 'Google Play Services Library' is not available under 'Extras' in SDK Manager. And when I open ecllipse after updating SDK tools to latest version, eclipse give me error:
" This android sdk requires ADT version 23.0.0 or above. Current version is 22.3.0. Please update ADT to latest version."
And when I check for updates, then it says no updates available. Can one please help me.
I uninstall ADT from eclipse, and after that I lost my eclipse
Restart your eclipse, and updating SDK tools to latest version, then under Extra tab you install google-play library
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.
I installed Google Play services via Eclipse and the SDK Manager, everything went right. Now, I wanted to add the library to my project like it is said on the official website, but I can´t find it.
There is no folder "extras" in the Android SDK or on my PC.
Where is my mistake?
Had the same problem as you, sorted it by updating my Android SDK tools to rev. 23, my Android SDK platform tools to Rev 20, and restarting the SDK manager.
Happy coding.
I currently have Android SDK Platform-tools 14 installed. (Edit: Seems to be the current version)
Since this has a bug that makes Logcat unusable and it seems to be fixed in newer versions, Id like to update it.
How can this be done?
SDK Mangager.exe does not find a newer version than 14. I restarted it multiple times and installed all available updates.
The android page says the current version is 20 but they don't provide a download.
Installing the latest SDK starter package doesn't solve it.
Screenshot:
The Google page is talking about the tools not for platform tools.Actually there are two different folders in SDK one is tools and one is platform-tools so as per the latest release there latest version is
for platform-tools :platform Tools
for tools :Tools
so if you are having problem just download the zip and replace the old one with new one installed.
if you are getting problem with the new catlog use the old one (LogCat-Deprecated).
Launch standalone SDK manager and not from Eclipse. It then should fetch list of available packages and offer you to update all old packages, as your ADT v14 is quite ancient.
Alternatively, if everything else fail, you always can fetch ADT by hand from http://tools.android.com, unpack tools to your , replacing old stuff and then installing Eclipse plugin. Please note you need to download both and install as latest version will not work with outdated packages.
So I just attempted some sort of update using the SDK and AVD Manager in eclipse. I think I just clicked update all, and installed an update. After I installed this, I restarted eclipse, but when it started up again, I got an error message saying that I need to update my ADT to the latest version (14.00) and that mine is version 12.00.
But when I try to go to the SDK and AVD manager to update the ADT it says Location of the android SDK has not been set in the preferences
So then when I go to preferences and look at the SDK location it says This Android SDK requires Android Developer Toolkit version 14.0.0 or above. Current version is 12.0.0.v201106281929-138431. Please update ADT to the latest version.
Do I need to somehow manually update the SDK? I am not really sure what happened here. Thanks in advance for any help.
I recently had this issue and what I did was completely remove the ADT, SDK's, tools, everything and then re-install and update. I did not have to delete Eclipse though.
EDIT:
Here is a link to the AVD revision information site. If you look at the different versions, it will tell you the required SDK tools version. When this happened to me, I remember it saying something like "if you have less than version 14 then you must update manually" ... but I was unable to find it.
Here is a link to the SDK tools revision information site.