79259482

Date: 2024-12-06 22:00:43
Score: 1
Natty:
Report link

Had the same issue on Android Studio Ladybug (2024.2.1 Patch 2).

Adding implementation(platform("com.google.firebase:firebase-bom:33.7.0")) did the trick.

To clarify, simply adding the following dependencies to build.gradle(:app) was not enough:

implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.firebase:firebase-config'
implementation 'com.google.firebase:firebase-abt'

Invalidating the caches and restarting did not work either

Reasons:
  • Blacklisted phrase (1): did not work
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: MrSALSA