I posted some of the errors I originally ran across. For my situation it is a case of plugins not having been updated to reflect whatever changes happened in either 2.6 or 2.7. Everything worked fine until the upgrade. I have corrected a number of the errors in the plugins but still have two that are preventing me from running the emulator to see if the changes even worked. This is Android/Eclipse:
Description Resource Path Location Type
The method execute(String, JSONArray, String) of type GoogleAnalyticsTracker must override or implement a supertype method GoogleAnalyticsTracker.java /Project/src/com/phonegap/plugins/analytics line 39 Java Problem
This is line 39: public PluginResult execute(String action, JSONArray data, String callbackId)
Description Resource Path Location Type
The method success(PluginResult, String) is undefined for the type ChildBrowser ChildBrowser.java /Project/src/com/phonegap/plugins/childBrowser line 411 Java Problem
And this is line 411: this.success(result, this.browserCallbackId);
As I said I'm not sure correcting these errors will fix the plugins though.