Referenced file 'cordova_plugins.js' not found error
Hi,
While doing the Cordova using you may encounter the below errors-
-Referenced file 'cordova_plugins.js' not found
-Could not find cordova.js script tag
One solution of this issue may due to the lack of the webApp plugin.
To install it , go to your config.xml file [in your app] and then in the plugins section select in App Browser and add it.Once added successfully, the application will work.
While doing the Cordova using you may encounter the below errors-
-Referenced file 'cordova_plugins.js' not found
-Could not find cordova.js script tag
One solution of this issue may due to the lack of the webApp plugin.
To install it , go to your config.xml file [in your app] and then in the plugins section select in App Browser and add it.Once added successfully, the application will work.
Comments
Post a Comment