Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Flurry crash received in my crashlytics java.lang.NullPointerException uriString android.net.Uri$StringUri.<init> #32

Open
jesphinpt opened this issue Jul 28, 2022 · 1 comment
Assignees

Comments

@jesphinpt
Copy link

jesphinpt commented Jul 28, 2022

I am using the below flurry versions in my app. I have received the below crash.

 implementation 'com.flurry.android:analytics:12.13.0'
 implementation 'com.flurry.android:ads:12.13.0'
FlurryBrowserActivity$1 line 45
com.flurry.android.FlurryBrowserActivity$1.a

Fatal Exception: java.lang.NullPointerException
uriString
android.net.Uri$StringUri.<init> (Uri.java:490)

android.net.Uri.parse (Uri.java:452)
com.flurry.android.FlurryBrowserActivity$1.a (SourceFile:45)
com.flurry.sdk.ads.dj.a (SourceFile:244)

com.flurry.android.FlurryCustomTabsServiceConnection.onCustomTabsServiceConnected (SourceFile:28)

Screenshot 2022-07-28 at 2 23 24 PM

@poting-oath poting-oath self-assigned this Jul 28, 2022
@poting-oath
Copy link
Collaborator

@jesphinpt Flurry Ads is no longer supported and you need to migrate over to Yahoo Mobile SDK for your ad needs. If your use case is analytics only, you can remove the ads dependency.

You can find Yahoo Mobile SDK at https://sdk.yahooinc.com/yahoo-ads/integration.html.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants