Fixed
Status Update
Comments
kn...@google.com <kn...@google.com>
vs...@google.com <vs...@google.com> #3
From the look of the system bar, your device is not running ICS, it's running Honeycomb. The attached screenshot shows what the API demo looks like on an ICS device.
vs...@google.com <vs...@google.com> #4
Attach another screenshot, 1.png, on ICS. It looks still weird.
cl...@gmail.com <cl...@gmail.com> #5
The bug is still there. I tried on multiple devices:
- LGE Nexus 5X, Android 8.0.0, Build number OPR6.170623.013
- Motorola Nexus 6, Android 5.1, Build number LMY47I
- Samsung Galaxy S5, SM-G900F, Android 6.0.1, Build number MMB29M.G900FXXS1CQC1
- Samsung Galaxy Note 4, SM-N910F, Android 6.0.1, Build number MMB29M.N910FXXS1DQA1
- Samsung Galaxy S3, GT-I9300, Android 4.3, Build number JSS15J.I9300XXUGPE1
The result is the same on all the devices. It doesn't look like it's a device specific issue.
I am using two paint objects. One of them is used to draw the blue text and the other to draw the gray text (See attached screenshot without hardware acceleration).
I want the blue text to appear always on top of the gray text.
Thus, the blue paint has no xfermode and the gray paint has a `new PorterDuffXfermode(PorterDuff.Mode.DST_OVER)` as a xfermode.
I am using the `Canvas::drawTextOnPath(String text, Path path, float hOffset, float vOffset, Paint paint)`
When hardware acceleration is enabled the gray text is not shown at all.
Is there hope this can be fixed anytime soon?
I am at your disposal for any details you might need.
Thanks in advance.
- LGE Nexus 5X, Android 8.0.0, Build number OPR6.170623.013
- Motorola Nexus 6, Android 5.1, Build number LMY47I
- Samsung Galaxy S5, SM-G900F, Android 6.0.1, Build number MMB29M.G900FXXS1CQC1
- Samsung Galaxy Note 4, SM-N910F, Android 6.0.1, Build number MMB29M.N910FXXS1DQA1
- Samsung Galaxy S3, GT-I9300, Android 4.3, Build number JSS15J.I9300XXUGPE1
The result is the same on all the devices. It doesn't look like it's a device specific issue.
I am using two paint objects. One of them is used to draw the blue text and the other to draw the gray text (See attached screenshot without hardware acceleration).
I want the blue text to appear always on top of the gray text.
Thus, the blue paint has no xfermode and the gray paint has a `new PorterDuffXfermode(PorterDuff.Mode.DST_OVER)` as a xfermode.
I am using the `Canvas::drawTextOnPath(String text, Path path, float hOffset, float vOffset, Paint paint)`
When hardware acceleration is enabled the gray text is not shown at all.
Is there hope this can be fixed anytime soon?
I am at your disposal for any details you might need.
Thanks in advance.
an...@google.com <an...@google.com> #6
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 Jellyfish | 2023.3.1 Canary 1
- Android Gradle Plugin 8.4.0-alpha01
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!
na...@gmail.com <na...@gmail.com> #7
Comment has been deleted.
vs...@google.com <vs...@google.com> #8
That is not the same problem - please file a new bug and include your idea.log
.
Description
1. Describe the bug or issue that you're seeing.
StudioBot fails to respond and shows an empty error box
2. Attach log files from Android Studio
2A. Attached
3. If you know what they are, write the steps to reproduce:
3A. With a project open, ask a question in StudioBot
In addition to logs, please attach a screenshot or recording that illustrates the problem.
Attached
Build: AI-232.10227.8.2321.11191411, 202312071755
AI-232.10227.8.2321.11191411, JRE 17.0.9+0--11185874x64 JetBrains s.r.o., OS Windows 11(amd64) v10.0 , screens 2560.0x1440.0
AS: Iguana | 2023.2.1 Canary 17
Kotlin plugin: 232-1.9.0-release-358-AS10227.8.2321.11191411
Android Gradle Plugin: 8.3.0-alpha17
Gradle: 8.4
Gradle JDK: JetBrains Runtime version 17.0.9
NDK: from module: 25.2.9519653, from local.properties: (not specified), latest from SDK: 26.1.10909125
CMake: from local.properties: (not specified), latest from SDK: 3.22.1-g37088a8-dirty, from PATH: (not found)
Source: send_feedback_icon```