droptank21 : just tested it on my tablet (a samsung galaxy tab 3 10.1"):
a long black screen followed by an error message:
"Application Error
The connection to the server was unsuccessful. (file:///android_asset/www/index.html)"
The thing I found weird was the file:///, I though only "://" could be in a protocol, not ":///"
It's 'file:///'. You can see here: (remove the space)
developer.android.com training/printing/html-docs.html
you can check your apk by using this:
jar tvf YourAPK.apk
1715 Wed Mar 26 17:54:52 CST 2014 assets/broadcast.html
...
If there is no index.html under assets/www, then sth is missing.