shohan4556 Posted March 9, 2016 Share Posted March 9, 2016 I have build a very simple game with crosswalk but when I run the game on my android device its showing an error popup like 'The connection to the server was unseccessfu.(file:///android_asset/www/index.html) '. Link to comment Share on other sites More sharing options...
bruno_ Posted March 9, 2016 Share Posted March 9, 2016 Can you see the contents of the published apk (it's a zip file), does it have all the resources? Does the game run in the browser (without crosswalk stuff)? Link to comment Share on other sites More sharing options...
VitaZheltyakov Posted March 28, 2016 Share Posted March 28, 2016 The data in your project does not have time to load. Add in cordova config.xml: <preference name="LoadUrlTimeoutValue" value="100000"/> shohan4556 1 Link to comment Share on other sites More sharing options...
Recommended Posts