Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDK is not compatible with play-services-games newer than 18.0.1 #65

Open
imixerpro opened this issue Apr 9, 2021 · 1 comment
Open

Comments

@imixerpro
Copy link

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<char, std::__ndk1::char_traits, std::__ndk1::allocator> const&, std::__ndk1::vector<gpg::JavaClass*, std::__ndk1::allocatorgpg::JavaClass*> const&)+1148
gpg::JavaClass::RegisterEmbeddedDexClasses(gpg::JavaReference const&)+84
gpg::AndroidPlatformConfiguration::Valid() const+104
gpg::GameServices::Builder::Create(gpg::AndroidPlatformConfiguration const&)+76

Please, note that everything works just fine with when com.google.android.gms:play-services-games:18.0.1 is used.

@Spud6703
Copy link

I've just encountered the same problem. If I use implementation 'com.google.android.gms:play-services-games:21.0.0' in my gradle then it causes a crash in gpg::GameServices::Builder::Create. However, if I change the gradle to use 20.0.1 then it works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants