Status Update
Comments
ha...@google.com <ha...@google.com>
ac...@google.com <ac...@google.com> #2
Thanks for the excellent bug report!
vs...@google.com <vs...@google.com> #3
🥰
ja...@motorolasolutions.com <ja...@motorolasolutions.com> #4
Ime is not necessary part of repro, relayout does it.
@Composable
private fun TextCrash() {
val infiniteTransition = rememberInfiniteTransition(label = "infinite transition")
val padding by infiniteTransition.animateFloat(
initialValue = 0f,
targetValue = 50f,
animationSpec = infiniteRepeatable(tween(1000), RepeatMode.Reverse),
label = "I like to move it move it"
)
Box(
modifier = Modifier
.padding(padding.toInt().dp)
.fillMaxSize(),
contentAlignment = Alignment.Center
) {
Column(verticalArrangement = Arrangement.spacedBy(12.dp)) {
Text(
text = "Hello Android!".repeat(5),
textAlign = TextAlign.Center,
letterSpacing = 1.sp,
overflow = TextOverflow.Ellipsis,
maxLines = 1
)
}
}
}
ac...@google.com <ac...@google.com> #5
This is the minimal TextStyle to repro
ja...@motorolasolutions.com <ja...@motorolasolutions.com> #6
TextStyle(
textAlign = TextAlign.Center,
letterSpacing = 1.sp,
lineHeight = 24.sp,
lineHeightStyle = LineHeightStyle(
alignment = LineHeightStyle.Alignment.Center,
trim = LineHeightStyle.Trim.None,
mode = LineHeightStyle.Mode.Fixed
),
)
so...@google.com <so...@google.com> #7
Fix coming. Will see if I can get it into 1.8-beta01.
so...@google.com <so...@google.com> #8
Amazing! That was super quick)
cm...@google.com <cm...@google.com> #9
Excellent bug report and I had some idle cycles this week :)
cm...@google.com <cm...@google.com> #10
Ah, no it isn't, sorry for the confusion
cm...@google.com <cm...@google.com> #11
This is fixed by
A workaround if you do want to upgrade assuming we understood the problem correctly would be to remove all invalid ABIs from the abiFilters (i.e. only
sa...@google.com <sa...@google.com> #12
so...@google.com <so...@google.com> #13
Chris has already cherry-picked this to Chipmunk: ag/18372473
de...@google.com <de...@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 Beta 2 (2021.3.1.11)
- Android Gradle Plugin 7.3.0-beta02
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!
[Deleted User] <[Deleted User]> #15
Jjj
[Deleted User] <[Deleted User]> #16
9380724295
Description
Build: AI-212.5712.43.2112.8512546, 202204281627,
AI-212.5712.43.2112.8512546, JRE 11.0.12+7-b1504.28-7817840x64 JetBrains s.r.o, OS Windows 10(amd64) v10.0 , screens 2400.0x1350.0
AS: Chipmunk | 2021.2.1; Kotlin plugin: 212-1.6.21-release-334-AS5457.46; Android Gradle Plugin: 4.1.0; Gradle: 6.5; Gradle JDK: version 11.0.12; NDK: from local.properties: (not specified), latest from SDK: 22.1.7171670; LLDB: pinned revision 3.1 not found, latest from SDK: (package not found); CMake: from local.properties: (not specified), latest from SDK: 3.18.1-g262b901-dirty, from PATH: (not found)Source: send_feedback_icon
IMPORTANT: Please read