Hi,
I don't know why or since when but getClassByName is called with an argument of 
"" (not null).
The method getClassByName checks for null but not for "" and so it crashes.
This happens for the service http://api.phonegap.com/1.0/device
I am using cordova-3.1.0-0.2.0
A screenshot of the debugging window is attached.
A simple fix seems to be to never set this.pluginClass in PluginEntry.java to 
"" but to null. PluginManager.java contains the assignment: pluginClass = ""

-Axel

Reply via email to