Error question.

Asked 2 years ago, Updated 2 years ago, 22 views

What kind of error is this? ㅜ <

android

2022-09-21 17:44

1 Answers

Are you talking about the FlurryAgent error? In the case of Flurry, it seems that the library related to using the Android Advertising ID internally is not properly configured.

Add the following to build.gradle.

dependencies {
    ...
    compile 'com.google.android.gms:play-services-base:9.6.1'
}


2022-09-21 17:44

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.