I have the error "ERR_FILE_NOT_FOUND (file: ///android_assets/www/index.html)" that appears on the screen of my device when I launch android using the "cordova run android" command line. so I went the way "C: \ dev \ projects \ workshop \ platform \ android \ assets \ www", then there really is no index.html. However, there is also a folder called "starter-www", and index.html is located there. I thought the path was wrong, so I copied the contents of starter-www to the folder āwwwwā and deleted the starter-wwww. The starter-wwww folder is automatically created when I start android again, and the content is also deleted at the same time.
What is the difference between the www and starter-wwww folder? How can I fix this error?
cordova.js, cordova_plugin.js and plugins are located in C: \ dev \ projects \ workshop \ platform \ android \ assets \ www. index.html, js, lib and assets are located in C: \ dev \ projects \ workshop \ platform \ android \ assets \ www \ starter-www.
I created a new project, and "starter-www" was not created this time, but I have the same error. What is wrong with it?..
source share