Obsolete
Status Update
Comments
vi...@google.com <vi...@google.com>
ro...@gmail.com <ro...@gmail.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?
jg...@google.com <jg...@google.com>
ad...@google.com <ad...@google.com>
al...@gmail.com <al...@gmail.com> #3
I checked the project and there is no reference to AGP 7.2
I looked in ~/.gradle/caches/modules-2/files-2.1/com.android.tools.build/gradle-api and ~/.gradle/caches/modules-2/files-2.1/com.android.tools.build/gradle
Only 7.1.0-beta04 and 7.1.0-beta05 is there.
I checked with a new project. This problem only occurs when I enable the com.google.gms.google-services
and com.google.firebase.firebase-perf plugin.
Without these plugins everything works fine.
I looked in ~/.gradle/caches/modules-2/files-2.1/com.android.tools.build/gradle-api and ~/.gradle/caches/modules-2/files-2.1/com.android.tools.build/gradle
Only 7.1.0-beta04 and 7.1.0-beta05 is there.
I checked with a new project. This problem only occurs when I enable the com.google.gms.google-services
and com.google.firebase.firebase-perf plugin.
Without these plugins everything works fine.
ad...@google.com <ad...@google.com> #4
This is a known issue, we are working with those teams so they release a compatible plugin.
ro...@gmail.com <ro...@gmail.com> #5
Thanks!
ad...@google.com <ad...@google.com>
jg...@google.com <jg...@google.com> #6
When can we expect an update on this?
Description
AI-193.6911.18.41.6401718, JRE 1.8.0_242-release-1644-b01x64 JetBrains s.r.o, OS Windows 10(amd64) v10.0 , screens 1920x1080, 1920x1080
AS: 4.1 Canary 7; Kotlin plugin: 1.4-M1-release-Studio4.0-1; Android Gradle Plugin: 4.1.0-alpha07; Gradle: 6.3; 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)
IMPORTANT: Please read
---
When (after a while) managed to partly see some of the databases on the device, but not the one I want to see (my apps database), I expected when clicking the "Refresh Schema" button to see all the databases, (schemas) and tables to be reloaded. But nothing happens...
The only databases I see are:
androidx.work.workdb
com.google.android.datatransport.events
I expected to see my apps database as well, when my device and app are visible in the device list.
BTW: You should separate Device and App in two distinguished dropdown boxes.
RG
Attaching logs
and screenshot