You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am making games that run on the desktop as well as on android.
This library fails to work on android because when loading the
com.dmurph.tracking.AnalyticsConfigData class and running validation on it, it
finds the calls to awt that are not present on android, so it fails to load the
class.
I think splitting this class so the populateFromSystem method is in another
class that wouldn't be loaded when using it from android would allow this
library to be used on android.
I am not using the official google analytics for android library because I want
my code to be common between desktop and android, and the android library won't
work on the desktop.
Original issue reported on code.google.com by ruben01 on 24 May 2011 at 3:39
The text was updated successfully, but these errors were encountered:
I created a fork on github, to try and fix this.
https://github.com/gemserk/jgoogleanalyticstracker/commit/c712b9c29aa5192926c2c7
89f13d884080885695
this is the change I made, it loads fine on android if you avoid calling the
autoconfiguration for the desktop now.
will know for sure if it is working fine when the data is updated on the
analytics site
Original comment by ruben01 on 24 May 2011 at 4:14
Original issue reported on code.google.com by
ruben01
on 24 May 2011 at 3:39The text was updated successfully, but these errors were encountered: