Software Archive
Read-only legacy content

Application error

Vasiliy_B_1
Beginner
1,013 Views

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.

0 Kudos
3 Replies
Rakshith_K_Intel
Employee
1,013 Views

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"/>

 

0 Kudos
Vasiliy_B_1
Beginner
1,013 Views

Thanks for your answers!

I will try.

0 Kudos
Reply