I'm trying to implement a Cordova webview in a native Android application. Seems to work fine, the only problem is that the webview keeps returning this error :
File:///android_asset/www/index.html could not be loaded because ::net ERR_FILE_NOT_FOUND
I'm following this procedure : http://cordova.apache.org/docs/en/4.0.0/guide_platforms_android_webview.md.html
But where to put the assets/www folder is not clear.. I have it in app/src/ currently and it doesn't work.
I'm using Android Studio with Cordova 3.6.4 library.
Any idea ?