Hello!
Sometimes see this error:
The connection to the server was unsuccessfull. (file:///android_asset/www/index.html).
After pressing "Ok", application closing.
Whats wrong? What i need to do?
Android Crosswalk build.
連結已複製
3 回應
Hello,
You can try these solutions.
Your app loading may be timing out, there is a default timeout of 20 seconds. You can change in cordova config.xml
Add this to the intelxdk.config.additions.xml file in your project:
<preference name="LoadUrlTimeoutValue" value="50000"/>
