Turn Based Multiplayer Skeleton Demo App

喜夏-厌秋 提交于 2019-12-02 18:07:28

问题


I'm trying to get the demo app for turn based multiplayer working and I'm having an issue.

I have the code compiling and running but I'm getting this error any time I'm trying to actually connect to or create a game.

DrawingActivity(13235): Did not have warning or string to deal with: 6003

That error code corresponds to this

public static final int STATUS_MULTIPLAYER_DISABLED = 6003;

Even though under my app I have it set correctly

I did notice there isn't an option for turn based multiplayer in the development console which is more than likely what is causing this issue. Any help or confirmation that this is an issue would be really appreciated.

Thanks!


回答1:


If you go out to the app console, under MULTIPLAYER SETTINGS, there is now a setting for Turn-based multiplayer, right above Real-time multiplayer. Try setting that to ON and see if your problem is resolved.



来源:https://stackoverflow.com/questions/21189516/turn-based-multiplayer-skeleton-demo-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!