I am trying google play services samples specifically ButtonClicker2000. The sign in process is ok from the logcat also, but I have another error:
06-01 22:43:15.478: D/ButtonClicker2000(1565): Sign-in succeeded.
06-01 22:43:19.290: D/ButtonClicker2000(1565): onRoomCreated(6, null)
06-01 22:43:19.290: E/ButtonClicker2000(1565): *** Error: onRoomCreated, status 6
I don't know what it can be. Browsing the constants page error 6 is: STATUS_NETWORK_ERROR_OPERATION_FAILED. This is a strange error because I am connected to the internet (also the successful sign in proves that)
I am using AndroVM as android device with google play services (and google play also) installed. Any idea?