-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not entering in EventSubscriber or EventLogListener #46
Comments
@furflez Have you found a way to solve this issue? |
@glocci for now i'm using an older version (1.3.0) |
Let me check the issue. Could you give me more details about environment?
etc |
@orhanobut HI! no, I'm using Java and the latest Android Studio. I think that there might be some conflicts with multidex. |
@orhanobut same as @glocci here |
It seems that the issue is related to gradle plugin |
I can confirm. Tracklytics triggers event on gradle plugin versions 3.0.1, but it doesn't work with the latest version (3.1.2) |
@orhanobut Doesn't working on gradle version |
What can be done to make it work? I really like and need this on my project. |
Add
in root-level build.gradle and apply plugin:
in app-level build.gradle. |
I've followed the sample code, and downloaded it too, but
onEventTracked
is never called.The way I found it to work is to use
tracklytics.trackEvent (String eventName, Map Attributes)
, but did not want to do it that way.The text was updated successfully, but these errors were encountered: