Status Update
Comments
an...@gmail.com <an...@gmail.com> #2
Having a recurrence of the issue with none of the databinding abstract base classes being found. It's again consistent across several consecutive clean + rebuild cycles. I've dumped a complete file listing from the app/build
folder to look at and after filtering down to files matching a specific binding name here's what exists:
app/build/generated/data_binding_base_class_source_out/debug/out/com/example/myapp/databinding/MyBinding.java
app/build/generated/source/kapt/debug/com/example/myapp/databinding/MyBindingImpl.java
app/build/intermediates/javac/debug/classes/com/example/myapp/databinding/MyBinding.class
app/build/intermediates/javac/debug/classes/com/example/myapp/databinding/MyBindingImpl.class
app/build/intermediates/project_dex_archive/debug/out/com/example/myapp/databinding/MyBinding.dex
app/build/intermediates/project_dex_archive/debug/out/com/example/myapp/databinding/MyBindingImpl.dex
It looks like the base Binding.java
files are actually getting generated but in a completely separate directory from the implementations. It seems Android Studio is not currently including the data_binding_base_class_source_out
directory as a generated source location (nothing in there shows up under java (generated)
in the Android Studio project view).
Without removing any of the generated files or changing any code I've now forced a gradle sync with an editor window open on the source for a fragment with references to a binding class. The fragment source immediately went from full of errors about the missing binding class back to completely normal. None of the generated files listed above have moved. The bases still don't appear listed under java (generated)
in the android studio project view. Opening one of the generated binding implementations in an editor window marks several errors stemming from Cannot inherit from final 'com.example.myapp.databinding.MyBinding'
.
Still not sure how to actually reproduce this state in the first place. Manually forcing gradle sync seems like a quick and easy workaround at least. Is this a bug or misconfiguration somewhere on my end?
Description
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
What type of Android issue is this? User Interface, Display, or Rendering issue
What steps would let us observe this issue?
1. Lock phone
2. Put in pocket
3. Screen turns off
4. Take out of pocket and tap.
5. No response
What did you expect to happen?
Show the clock
What actually happened?
Black no response
How often has this happened?
Occasionally
What was the effect of this issue on your device usage, such as lost time or work?
Did not observe, or no opinion
Debugging information
Google Play services
com.google.android.gms
Version 221712044 (22.17.12 (190400-444476386))
System App (Updated)
Android System WebView
com.google.android.webview
Version 495150733 (101.0.4951.7)
System App (Updated)
Network operator: T-Mobile
SIM operator: T-Mobile
Filed by Android Beta Feedback. Version (Updated): 2.25-betterbug.external_20220328_RC02
To learn more about our feedback process, please visit