cmackay / google-analytics-plugin

Cordova Google Analytics Plugin for Android & iOS
Apache License 2.0
89 stars 43 forks source link

Google Analytics cannot be resolved #37

Closed pacotole closed 9 years ago

pacotole commented 9 years ago

In Android when I test in debug mode the plugin works fine. But if I build in release mode and open it with eclipse return a lot of "Google Analytics cannot be resolved" errors. Is necessary to do something more in Eclipse?

Finally I can build and sign for release following this (method 2): http://ilee.co.uk/Sign-Releases-with-Cordova-Android/

cmackay commented 9 years ago

I don't really use eclipse so I am not sure how it works with Cordova plugins and their dependencies. You might want to see if there is a cordova plugin for eclipse. If there is anything that can easily be done to this plugin to better support working in eclipse, let me know. Sorry I can't be more help.

Thanks,

-Craig