Adding Cordova (Phonegap) Plugins manually to existing android projects
问题 I'm trying to add additional Phonegap plugins (namely, the File plugin) to an existing android application that uses Phonegap. I've tried navigating to my project directory (in my workspace) and then run the command cordova plugin add https://theurlwhichworks.org/ It says the plugin is installing, and when I go to look in my workspace on my computer, there is a folder titled plugins, and inside, a directory called org.apache.cordova.file which means that the plugin (apparently) downloaded