I\'ve done quite a bit of research and can\'t seem to find why this isn\'t working. What I have is Cordova based Android app in Eclipse running Cordova 2.7.0. I want to build
The value of "HelloPlugin" in your config.xml should point to the package where the Java class is, so that Cordova can find and execute the Java code. So if you change
to
I believe it should work.