Obsolete
Status Update
Comments
[Deleted User] <[Deleted User]> #2
Same issue.
Try this:
Roll back to AS-C3.
Set gradle back to '...:3.6.0-alpha03'. (The issue is caused by this, I think.)
Clean project.
I'm sure an update will fix it.
Try this:
Roll back to AS-C3.
Set gradle back to '...:3.6.0-alpha03'. (The issue is caused by this, I think.)
Clean project.
I'm sure an update will fix it.
ap...@google.com <ap...@google.com> #3
Same issue.
si...@google.com <si...@google.com>
ap...@google.com <ap...@google.com> #4
Successfully downgraded projects to use AS3.6C3
RG
RG
si...@google.com <si...@google.com> #5
Same issue here, downgrading to AS3.6C3 works OK
si...@google.com <si...@google.com> #6
New project does not produce this kind of error, will try to drill down to what dependency will break it.
si...@google.com <si...@google.com>
ma...@google.com <ma...@google.com>
ma...@google.com <ma...@google.com> #7
Have drilled down and found that the error occures on
dependencies {
...
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
...
}
tested with following alphas and betas
"alpha3": OK
"alpha4": Fail
"alpha5": Fail
"beta1": Fail
"beta2": Fail
This was a simple test, have not tested thoroughly with a more complex test yet.
-> Solution : Downgrade 'androidx.constraintlayout:constraintlayout:2.0.0-xxx' to 'androidx.constraintlayout:constraintlayout:2.0.0-alpha3'
RG
dependencies {
...
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
...
}
tested with following alphas and betas
"alpha3": OK
"alpha4": Fail
"alpha5": Fail
"beta1": Fail
"beta2": Fail
This was a simple test, have not tested thoroughly with a more complex test yet.
-> Solution : Downgrade 'androidx.constraintlayout:constraintlayout:2.0.0-xxx' to 'androidx.constraintlayout:constraintlayout:2.0.0-alpha3'
RG
ae...@google.com <ae...@google.com>
si...@google.com <si...@google.com>
gr...@google.com <gr...@google.com>
ap...@google.com <ap...@google.com> #8
Great catch! rolling back to 'androidx.constraintlayout:constraintlayout:2.0.0-alpha3' enables to keep using 3.6.0-alpha04 android gradle plugin
ap...@google.com <ap...@google.com> #9
Thank you for your feedback. Team may reach out for more feedback in reproducing or triaging this issue.
gr...@google.com <gr...@google.com> #10
Unfortunately, alpha3 is also failing for me, see also https://issuetracker.google.com/issues/121395935
Alpha2 is working for me.
Alpha2 is working for me.
gr...@google.com <gr...@google.com> #12
FWIW I can confirm reverting to alpha3 fixes the issue for me. Going all the way back to a2 wasn't necessary.
Description
Required features:
double/triple click selectionImplementation should be shared between CoreText and CoreTextField
Questions: