Need Google Play Services Changelog / Release notes - android

I am trying to find change-logs for Google Play Services for Android.When I am trying to use latest Google Play Service SDK with my Library project My app crashes since It was complied with earlier version of Google Play Service SDK.New SDK doesn't contains certain methods which were available in previous versions.
I would really appreciate If somebody can point me out to Google Play services changelog.
Thanks.

There you go,
GOOGLE PLAY SERVICES RELEASE NOTES:
https://developers.google.com/android/guides/releases
It helped me a lot.

Here is Google's blog post explaining the changes in Google Play Services 4.1 (aka Rev. 14), released in early January 2014:
http://android-developers.blogspot.com/2014/01/google-play-services-41.html

Try this,
Go to your project
Right click and select Android Tools
Select option Add Supportive Library
Done.

Related

Google Play Billing Unity plugin alternative

I'm new to Unity IAP. When looking for a way to integrate Google Play IAP into a unity project, I found the "Use the Google Play Billing Library with Unity" documentation which states:
The Google Play Billing Unity plugin will not be receiving updates moving forward. This means that the plugin will remain specific to Google Play Billing Library 3. Additionally, any apps that are updated after November 1, 2022 will no longer be able to use the plugin.
Does Google provide an alternative? Or should I just use Unity's IAP integration directly instead?
I came across the same text just now. I believe you are correct in your assumption that Unity IAP is the correct replacement for this, since according to their documentation UnityIAPGooglePlay the current version of this plugin already uses Google Play Billing v4, which is the minimum required version starting Nov 1.

How to add google play services to eclipce

I used to use old version of Google Play Services in my projects. But now I keep getting warnings when I upload my apps to Google Play. These warnings says that I have to update my Google Play Services.
I have the latest version of Google Play Services in SDK manager with Rev.49
In the last versions of Google Play Services, I can find the Google Play library in the following directory:
SDK --> /extras/google/google_play_services/libproject/google-play-services_lib/
But now there is no libproject/google-play-services_lib/. Where can I get the library?
Check out this answer: https://stackoverflow.com/a/37311511/8294916
Or the answer directly below it: https://stackoverflow.com/a/37356709/8294916
Hopefully you can migrate over to Android Studio, but if you're stuck with Eclipse because you're working on a legacy project, I feel for you! :(

Google Play services out of date in emulator and cannot be updated

I've bumped my project to Google Play Services v8.3.0. But when I start any app that depends on 8.3.0 on the latest API 23 emulator, the version check fails.
Pressing "update" does not work because of course there is no Play Store on the emulator.
For example: try one of these Google's sample projects https://github.com/googlesamples/android-credentials/
Is this just a limitation of the emulator - does not yet have latest Google Play Services? Or is there something that can be done to work around this?
Create a new emulator with the latest android version. This worked for me before.

Where can I download the Google Play Services SDK 7.8?

Where can I download the Google Play Services SDK 7.8 even if it is a beta?
I need it for the new Google Proximity Beacon API.
I can not get it with Eclipse or Android Studio.
It seems, that some have it allready.
It is here now: Google Play Services 7.8
The APK already started rolling out, just checked and my Nexus 5 and it's already on 7.8.
The APK is just one part though, and if you want to develop apps with Google Services, you also need the client library:
https://developers.google.com/android/guides/overview
The client library (which is what you add to your app to access the Play Services APIs, and which will later talk to the APK on the phone) is something you download via the Android SDK Manager. The latest available revision is still 25 though, which corresponds to Play Services 7.5.
TL;DR, we're still waiting for Play Services 7.8 with the Nearby API to be released in full.
Client library is released to developers when the rollout of Play Services to most of the devices is done. They are probably doing some staged rollouts this time as well, so we need to wait a little bit more.

Google play service 4.2 available in USA?

i'm trying to find the google play service 4.2 in the SDK which is a rev 15 as per google. But, I see only rev 14 in the SDK manager. Do I have to do something special to get the latest version? I'm trying to get the chrome-cast SDK.
You'll be able to get started with the new APIs as soon as the Google Play services rollout is complete -- a process we expect to take several days. We'll then release the updated Google Play services SDK and you'll be able to download it through the Android SDK manager. Watch for more information coming soon.
Taken from the Official Android Developers Community
It is available now. Please update it from the sdk manager. thanks guys.
I do not see it either: Related Thread
It is said that all devices need to be updated first.
Updated 2/14: Google Play Services update rev 15 is available in the SDK Manager as of yesterday.

Categories

Resources