I am having a hard time using Google Analytics EasyTracker in my Activities that extend SherlockFragmentActivity.
When I try to use EasyTracker.getInstance().activityStart(this);
in onStart, the compiler doesn't complain but the app crashes with:
android.content.res.Resources$NotFoundException: String resource ID #0x7f0a0001
If I try to do EasyTracker.getInstance().setContext(this);
in any method outside of onStart, I get the same exception.
I am having a hard time understanding what's going on here, or whether it is possible at all to use EasyTracker with FragmentActivities.
Thanks, Igor