我测试了 ButtonClicker应用程序,因此我在我的开发帐户https://play.google.com/store/apps/details?id=com.dimakoles.clickbutton下将其发布到 Google Play
现在我尝试在多人模式下玩(“快速游戏”按钮)并遇到问题。在下面的屏幕截图中,您可以看到等候室屏幕,其中“开始播放”菜单选项在两台设备上均处于非活动状态,而两名玩家已经相互见面
我还在两个设备上提供了带有原则方法调用的日志
第一台设备:
1) getGamesClient().createRoom(config);
2) onRoomCreated
3) startActivityForResult(getGamesClient().getRealTimeWaitingRoomIntent(room, 2), RC_WAITING_ROOM);
第二个设备:
1) getGamesClient().createRoom(config);
第一台设备:
4) onPeerJoined
5) onRoomConnecting
第二个设备:
2) onRoomCreated
3) startActivityForResult(getGamesClient().getRealTimeWaitingRoomIntent(room, 2), RC_WAITING_ROOM);
4) onPeerJoined
5) onRoomConnecting
谢谢你的时间!