cordova-tutorial
cordova-tutorial copied to clipboard
Update plugin names
The plugin names have since been renamed from org.apache.cordova.x to cordova-plugin-x, and it throws a funny error message out onto the console:
WARNING: org.apache.cordova.console has been renamed to cordova-plugin-console. You may not be getting the latest version! We suggest you 'cordova plugin rm org.apache.cordova.console' and 'cordova plugin add cordova-plugin-console'.
Fetching plugin "org.apache.cordova.console" via cordova plugins registry
Installing "org.apache.cordova.console" for android
...but your tutorial is wonderful, so I thought I'd do my part for keeping it updated.
@ccoenraets any chance you can merge this? I was about to make the same update. Looks like this is a pretty old PR, if you no longer maintain this repo, is there a fork you'd recommend?