- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Since I used "Crosswalk for Android" my app crashes after the start. On devices with android 4.3 and belower it crashes every time, on devices with android 4.4 and higher it crashes only sometimes.
I searched the internet and I found, that this is a timeout-error, because it takes to long to load the index.html...
For the moment I have this solution to fix this problem:
I renamed my index.html to main.htm and created a nes index.html:
<!doctype html> <html> <head> <title>tittle</title> <script> window.location='./main.html'; </script> <body> </body> </html>
Now the app starts normal and there is no crash anymore.
Is there an other solution to fix this problem?
Greets
Carsten
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you are building a Crosswalk app, are you sure you're loading the x86 version of the APK on the x86 device and the ARM version on the ARM device? You can check the CPU architecture using the free CPU-Z app.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page