Android multiplayer wlan: Android as host device problem

Once you do this and your using the github build of the engine… it takes forever because it has everything…

Then all you to do for android network capability is ; enable the plugins, (project settings)- android and google play services… just enable it, (can fill out later when you start with the app store) Then add this to the DefaultEngine.ini

[OnlineSubsystem]
;DefaultPlatformService=Null
;DefaultPlatformService=GooglePlay

All this does is pretty much say you going to use that stuff… so if you want to use Steam for example, then you need to add the steam stuff… which is another DefaultPlatformService=Steam I think… then other stuff, so not so simple.

[OnlineSubsystem]
;DefaultPlatformService=Null
;DefaultPlatformService=Steam
;DefaultPlatformService=GooglePlay

Something like that maybe… not sure about the “Steam” setting… just an example.

1 Like