cpp-android-basic-samples icon indicating copy to clipboard operation
cpp-android-basic-samples copied to clipboard

Sample games using the Google Play Games C++ SDK

Results 30 cpp-android-basic-samples issues
Sort by recently updated
recently updated
newest added

Please audit the gms code. I see this on the console log when a room gets connected: ``` W/JavaBinder( 2154): BinderProxy is being destroyed but the application did not call...

Sorry if this is the wrong place, I could not find where to file issues with the [Play Games C++ SDK](https://developers.google.com/games/services/downloads/sdks). When using Java APIs, I can use `GoogleSignInOptions.Builder(GoogleSignInOptions.DEFAULT_GAMES_SIGN_IN)` together...

Hello, i play game Postknight2 linked to email: [email protected]. Another player is playing same game Postknight2 linked to email: [email protected]. We got some weird bug, because our data for this...

Correct the numbering In README.md from line 60 to 76 and Add another line of statement.

For some reason, when com.google.android.gms:play-services-games:21.0.0 is used we experience crashes at gpg::JavaClass::FinishClassRegistration(_JNIEnv*, _jclass*)+136 gpg::JavaClass::Register(_JNIEnv*, gpg::JavaReference const&)+368 gpg::JavaClass::RegisterEmbeddedDexClassesInternal(gpg::JavaReference const&, bool*, char const*, char const*, std::__ndk1::basic_string const&, std::__ndk1::vector const&)+1148 gpg::JavaClass::RegisterEmbeddedDexClasses(gpg::JavaReference const&)+84 gpg::AndroidPlatformConfiguration::Valid()...

Hi! I have a problem trying to connect my google play games account to the game "Smoq Games 22 Pack Opener" This problem is that google play keeps loading forever,...

When I am using the latest implementation `com.google.android.gms:play-services-games:21.0.0` I get the following errors when trying to create `gpg::GameServices` object: ``` E/GamesNativeSDK: Can't register class com/google/android/gms/games/multiplayer/Invitation: an exception occurred. E/GamesNativeSDK: Can't...

Can you guys please sync up your samples to build with the latest side-by-side NDK, gradle etc.? They are much less useful without it

after importing gpg into my project and resolving android dependencies I am unable to build. all settings are as the tutorial instructs, this is my ninth setup of a new...