I am using phonegap to develop an application which runs on android and iOS both. These two projects will share a www folder placed outside them.
How to link the android project to the www
folder? When I run my app, It throws Application Error A network error occurred. (file:///android_asset/www/page/main/main.html)
I have tried the solutions at this thread but no success
javasource:
super.loadUrl("file:///android_asset/www/page/main/main.html");