Status Update
Comments
sm...@google.com <sm...@google.com>
pe...@google.com <pe...@google.com> #2
This mentioned interface was removed only starting 7.2
, so you shouldn't have problems with using firebase with AGP 7.1
. Are you sure you don't have a dependency somewhere (maybe buildSrc?) on AGP or just gradle-api
7.2?
pp...@gmail.com <pp...@gmail.com> #3
pp...@gmail.com <pp...@gmail.com> #4
This is a known issue, we are working with those teams so they release a compatible plugin.
pe...@google.com <pe...@google.com> #5
pp...@gmail.com <pp...@gmail.com> #6
pe...@google.com <pe...@google.com> #7
Last communication from firebase-perf team stated a release is scheduled for this week.
pp...@gmail.com <pp...@gmail.com> #8
But it looks like not only perf but androidx.navigation.safeargs.gradle.SafeArgsPlugin
also has this issue.
pe...@google.com <pe...@google.com> #9
Yep, androidx.navigation.safeargs.gradle.SafeArgsPlugin
seems to be an issue too.
pp...@gmail.com <pp...@gmail.com> #10
pe...@google.com <pe...@google.com> #11
safegargs will be fixed with the next jetpack release which is currently scheduled for end of January.
sorry it is taking so long, the holidays have delayed many releases.
pp...@gmail.com <pp...@gmail.com> #12
firebase perf still has the issue, but I just removed that plugin for now as it requires no app side changes. instead I just commented it out. google-services 4.3.10 does not seem to be an issue.
I was able to get by the nav plugin issue by using a new snapshot:
buildscript {
repositories {
google()
mavenCentral()
maven("https://androidx.dev/snapshots/builds/8054565/artifacts/repository")
}
}
then update the plugin to
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.5.0-SNAPSHOT")
I don't know whether I should update the rest of my nav deps to 2.5.0 snapshot, but this'll do for now.
pp...@gmail.com <pp...@gmail.com> #13
Firebase has published perf-plugin 1.4.1 which includes the fix to this issue
se...@google.com <se...@google.com> #14
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Dolphin Canary 2 (2021.3.1.2)
- Android Gradle Plugin 7.3.0-alpha02
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
pe...@google.com <pe...@google.com> #15
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Dolphin Canary 5 (2021.3.1.5)
- Android Gradle Plugin 7.3.0-alpha05
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
pp...@gmail.com <pp...@gmail.com> #16
pe...@google.com <pe...@google.com> #17
read #13
pp...@gmail.com <pp...@gmail.com> #18
de...@google.com <de...@google.com> #19
This issue was already fixed, please upgrade your firebase perf plugin to 1.4.1
or later
pp...@gmail.com <pp...@gmail.com> #20
ko...@gmail.com <ko...@gmail.com> #21
Terima kasih atas masukkan dan kritikannya, kedepannya saya juga akan terus berusaha untuk memperbaiki masalah yang saya dapatkan.
Description
Build: AI-211.7628.21.2111.8139111, 202202012023,
AI-211.7628.21.2111.8139111, JRE 11.0.11+9-b60-7590822x64 JetBrains s.r.o, OS Windows 10(amd64) v10.0 , screens 1920.0x1080.0, 1920.0x1080.0
AS: Bumblebee | 2021.1.1 Patch 1; Kotlin plugin: 211-1.6.10-release-923-AS7442.40; Android Gradle Plugin: 7.0.4; Gradle: 7.0.2; Gradle JDK: version 11.0.11; NDK: from local.properties: (not specified), latest from SDK: (not found); LLDB: pinned revision 3.1 not found, latest from SDK: (package not found); CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)Source: user_sentiment_feedback
IMPORTANT: Please read