Google play integration

Hi,

I try to use googleplaygames extension.
But I have these errors when I compile :
error: cannot find symbol for :

  • class Invitation
  • class TurnBasedMatch
  • variable Multiplayer
  • variable RESULT_LEFT_ROOM

Here the part of my project.xml

<source path="src" />
<haxelib name="openfl" />
<haxelib name="actuate" />
<haxelib name="extension-googleplaygames" />
<haxelib name="extension-android-support-v4" />
<haxelib name="extension-googleplayservices-basement" />
<haxelib name="google-play-services" />
	
<setenv name="ANDROID_GRADLE_TASK" value=":app:bundleRelease" if="release" />
<setenv name="GOOGLE_PLAY_GAMES_ID" value="xxxxxxxx"  if="android"/>

<set name="support-v4" />
<set name="appcompat-v7"/>		

My current versions are (I tested many different ones)

Haxe 4.0.5
Openfl 9.1.0
Lime 7.7.0
extension-googleplaygames 1.5.7

Otherwise, if I don’t integrate the extension, game compiles and runs on device.
Any idea what is missing ?

extension-googleplaygames
Multiplayer is not implemented in this library

I don’t need it, I just need to be able to login so far.
How can I remove these ?

Try commenting out these two lines:

Hi,
Thanks for your message. I did it but did not work.
I commented all lines problems and it compiles.
Anyway now, when logging I receive a notification saying “Hi, XXX”, byt anyway I have a crash saying there is a google play problem …
Strange …