Cannot call method 'addConstructor' of undefined GAPlugin.js:47
Opened this issue · 1 comments
koyan commented
Hi there,
On completely new installation of Cordova ( cordova -v gives:
3.4.0-0.1.0 )
On a completely new project, with only this plugin and the demo code, I get the following:
Uncaught TypeError: Cannot call method 'addConstructor' of undefined GAPlugin.js:47
Any ideas what I am doing wrong or what I could do to fix it?
Thanks
Praveenram87 commented
Hai , I am having the Same Issue.My First Question -
- Why should both versions(V2 and V3) of Analytics jar be present in the application ?
- Why is the jar name not the same as Google V3 jar (libGoogleAnalyticsServices.jar)?
- Also ,the package name of GAPlugin.java, should that not be com.adobe.plugins ?
- Now I see the window.plugins is not having 'gaplugins' because of the above issue.Why?
- Is this a stable version of GAPlugin?