App. not working on android studio

device error:

net:error file not found(file///android_asset/www/index.html)

on the android studio I got the same error.

index.html is in the directory www, why cannot run???

I’ve managed to reproduce the problem here. Still working on it…

I found two problems:

  1. Your index.html file is actually named Index.html. (case is important).

  2. Your voltbuilder.json file is actually named voltbuilder.json.txt.

Problem fixed and it works with Android studio. Will continue testing other configuration
Thanks for your response