My code worked in <5 but in Android 5.0 I\'m running into an issue that I don\'t quite understand.
10-23 10:18:18.945: E/AndroidRuntime(8987): java.lang.I
For PhoneGap/Cordova users who are seeing this error, it's because the semi-official GAPlugin uses the deprecated Google Analytics v2 lib. khalidb91 forked it and updated to v3 which as of this writing hasn't been merged into the semi-official plugin. Grab the code from his fork, drop it in as a direct replacement to plugins/com.adobe.plugins.GAPlugin and no more crashes. Thanks khalidb91!
https://github.com/khalidb91/GAPlugin