smartlook / smartlook-android-sdk

5 stars 1 forks source link

[Unity][Android] Crash #28

Closed kdzapp closed 5 years ago

kdzapp commented 5 years ago
Caused by java.lang.IllegalArgumentException
attempt to remove OnFrameMetricsAvailableListener that was never added
com.smartlook.sdk.smartlook.analytics.c.a.a.b

Not sure why this is happening. I have a conflict with some other library also using the http lib you all are using, so I tried out using the gradle version and this is the error I get. It crashes my app too.

kdzapp commented 5 years ago

Program type already present: okhttp3.Authenticator$1 If I try to use .aar lib

adamblack commented 5 years ago

Hello @kdzapp ,

new version is up - fixing the issue you mentioned in first post: https://smartlook.github.io/docs/sdk/unity/

We are planning to release new version soon handling dependency issue but until that please use gradle installation.

kdzapp commented 5 years ago

Thanks!~