Sam
03/10/2022, 1:26 AMAndroid Studio Dolphin Canary 5
and trying to use with Compose 1.2.0-alpha05
, but receiving this ambiguous compile-time error:Colton Idle
03/10/2022, 4:25 AMZoltan Demant
03/10/2022, 4:51 AMdistributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip
Edit: It came back again..Sam
03/10/2022, 6:04 AMgradle-7.4.1-bin.zip
and it unfortunately did not workZoltan Demant
03/10/2022, 6:09 AMSam
03/10/2022, 6:31 AMid "com.google.gms.google-services"
in build.gradle
, commenting out is a workaroundUnable to resume activity: java.lang.IllegalStateException: Default FirebaseApp is not initialized in this process . Make sure to call FirebaseApp.initializeApp(Context) first
but at least we’re getting somewhereclasspath "com.google.gms:google-services:4.3.8"
in root build.gradle
fixes the problemfirebase-android-sdk
https://github.com/firebase/firebase-android-sdk/issues/3517Zoltan Demant
04/20/2022, 4:08 AM