when I upgraded my Android app to cordova 3.2 I am seeing below error in console please help.
"Uncaught module cordova/plugin_list already defined", source: file:///android_asset/www/cordova.js (79)
Thanks.
when I upgraded my Android app to cordova 3.2 I am seeing below error in console please help.
"Uncaught module cordova/plugin_list already defined", source: file:///android_asset/www/cordova.js (79)
Thanks.
Solution is found in following answer Control if "cordova_plugins.js" is already included in your html files. If it is, remove that line.