Versioned API schema

Firebase Android Crashlytics KeyValueBuilder public constructor removed

Source compilation fails on a constructor that existed in the prior SDK.

Firebase AndroidAndroid/mobile SDKVersioned API schemafirebase_android

Agent Quick Fix

Repair against the current Firebase Android contract, then keep the change narrow and source-backed.

Product: Firebase Android
Current-contract area: Crashlytics KeyValueBuilder public constructor removed
Likely root cause: Source compilation fails on a constructor that existed in the prior SDK.
Repair direction: Verifier exercises the changed field/status/enum plus an unaffected endpoint to prevent a brittle one-off patch. Check the resolved dependency graph and runtime behavior on the declared minimum platform.

Symptom

Source compilation fails on a constructor that existed in the prior SDK.

Why This Happens

Several historical response shapes are locally plausible; only the selected current API version determines fields, enums, media types, and status codes.

Common Wrong Fixes

  • Changing local code without checking the current external contract.
  • Retrying the same install, build, or API call with no version/source change.
  • Applying a broad unsafe bypass when a narrow compatibility fix is available.

Codex Search Keywords

These are the search terms observed in a neutral Codex validation run for this failure shape.

Firebase Android Crashlytics KeyValueBuilder public constructor removed
"KeyValueBuilder" "Crashlytics" Firebase Android
site:github.com/firebase/firebase-android-sdk KeyValueBuilder crashlytics
Firebase Crashlytics CustomKeysAndValues Builder constructor Android
https://github.com/firebase/firebase-android-sdk
https://raw.githubusercontent.com/firebase/firebase-android-sdk/main/firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/FirebaseCrashlytics.java
https://github.com/firebase/firebase-android-sdk/tree/main/firebase-crashlytics/src/main/java/com/google/firebase/crashlytics
https://raw.githubusercontent.com/firebase/firebase-android-sdk/main/firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/KeyValueBuilder.kt
https://github.com/firebase/firebase-android-sdk/blob/main/firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/KeyValueBuilder.kt
https://api.github.com/repos/firebase/firebase-android-sdk/contents/firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/KeyValueBuilder.kt?ref=main
api.github.com/repos/firebase/firebase-android-sdk/contents/firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/KeyValueBuilder.kt
site:firebase.google.com/docs/reference/android/com/google/firebase/crashlytics KeyValueBuilder
https://firebase.google.com/docs/reference/kotlin/com/google/firebase/crashlytics/KeyValueBuilder
'Constructors' in https://firebase.google.com/docs/reference/kotlin/com/google/firebase/crashlytics/KeyValueBuilder

Source Trail

GitHub source file/reference: