Status Update
Comments
za...@google.com <za...@google.com>
aa...@google.com <aa...@google.com>
aa...@google.com <aa...@google.com> #2
Yigit, I haven't had time to try reproducing yet, but they have a github link which is nice. What's weird though is I don't think anything has changed recently at all, but maybe you're aware? Although, looking at the callstack, it may be an AGP issue? If it looks like that to you too, bounce it back to me.
OP: Was this a regression? And just to make sure, when you say "run ./gradlew help
", you're seeing this from the command line? Or from within Studio?
ch...@callyzer.co <ch...@callyzer.co> #3
I'm seeing this from command line.
Yes this seems to be a regression starting from 7.0.0-alpha10.
Note that the project I linked doesn't use databinding at all, enabling the build config flag is all that's needed to reproduce this.
aa...@google.com <aa...@google.com> #4
Thanks for the quick reply. I have a short open window right now so I'll try to repro and see if I can figure out which component this is best for.
an...@google.com <an...@google.com> #5
I can repro what OP is seeing. It may be tempting to move this to the data binding component but this seems more like an AGP change. I don't believe the data binding compiler has been changed recently, around the time AGP 7.0.0-alpha10 went out.
Description
####################################################
Can not read last row in database inspector
####################################################
1. use android studio new UI, (not sure if this problem occurs in old UI)
2. Launch any app that uses Room DB and having some data in its database.
3. open database inspector, select any table that have more than 50 rows,
4. in database inspector, scroll down to bottom and you will find that the last row is not visible. its hide behind the bottom bar which contains path and other icons
Build: AI-241.15989.150.2411.11948838, 202406110024
AS: Koala | 2024.1.1
AI-241.15989.150.2411.11948838, JRE 17.0.10+0-17.0.10b1087.21-11609105x64 JetBrains s.r.o., OS Linux(amd64) v6.5.0-44-generic, screens 1360.0x768.0
Android Gradle Plugin: 8.2.1
Gradle: 8.2
Gradle JDK: JetBrains Runtime 17.0.10
NDK: from local.properties: (not specified), latest from SDK: (not found)
CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)
```