I mainly use the Flurry Event function, my other management is normal, but there is always an interface 400(https://data.flurry.com/v1/flr.do),which shows the information
HTTP ERROR 400
Problem accessing /v1/flr.do. Reason:
X-Flurry-Api-Key apikey not present in header
Powered by Jetty://
My initialization code is as follows
FlurryAgent.Builder()
.withLogEnabled(true)
.withCaptureUncaughtExceptions(true)
.withContinueSessionMillis(10000)
.withLogLevel(Log.VERBOSE)
.build(this.context!!, this.context!!.getString(R.string.ID_Flurry))