Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
17060 Discussions

Application error

Vasiliy_B_1
Beginner
1,088 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,088 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,088 Views

Thanks for your answers!

I will try.

0 Kudos
Reply