Content Deep Dive
Google Play Games Services C++ SDK 3.0 Released
Blog post from Google Cloud
Post Details
Company
Date Published
Author
-
Word Count
135
Language
English
Hacker News Points
-
Summary
Google Play Games Services C++ SDK version 3.0 has been released, requiring Android NDK r14 or greater and is compiled using the clang toolchain, which is recommended to ensure stable behavior. This update removes support for the armeabi ABI, recommending the use of armeabi-v7a instead, and includes bug fixes for the Nearby API and refinements in the Snapshots API. Developers can access the SDK and detailed release notes on the official Google page and find sample projects on GitHub to aid in implementation.