Status Update
Comments
ne...@gmail.com <ne...@gmail.com> #2
Forgot to add the second screenshot. Here it is
ne...@gmail.com <ne...@gmail.com> #3
Hi! I don't seem to be able to reproduce this behavior. As far as the resolution goes, these are treated exactly the same under the hood so I'm not sure how there would be a discrepancy.
I did notice that in your example, you are missing a semicolon after "age" in the PersonView
, and when I left that out, I got the same issue with things not resolving, but once I put the semicolon then everything worked as expected. Just want to verify that that's not the cause.
ba...@google.com <ba...@google.com>
am...@google.com <am...@google.com>
di...@google.com <di...@google.com>
le...@google.com <le...@google.com>
an...@google.com <an...@google.com> #4
The missing semicolon is a typo from my part and shouldn't change the behaviour in the issue. In my own code, I also have a semicolon. Unfortunately I don't seem to be able to edit the issue description.
Maybe the issue only arises in certain situations? I gave a simplified version of the problem with simple objects, but in my project I have database view on joins. I made sure that the simplified version of the issue also arises syntax errors in my own project though. Maybe something else clashes with it?
At the moment of writing, there are 2 other persons who also seem to have the issue (looking at the "I am impacted" vote count), so it seems that I'm not the only one with the issue, but weird that you can't seem to reproduce with my example.
Let me try to reproduce the issue in a clean project. Give me day or two for that.
Description
####################################################
Please provide all of the following information, otherwise we may not be able to route your bug report.
####################################################
1. Describe the bug or issue that you're seeing.
I am using the android:tag to configure a help string. If I code 'android:tag="f(x,y,z)" ' to show a help message when a button is clicked, it works alright. But if I code 'android:tag="f(x,y,z,w)" ' the system reports 'Render Problem' error and the button is not shown on the UI.
2. Attach log files from Android Studio
2A. In the IDE, select the Help..Collect Logs and Diagnostic Data menu option.
2B. Create a diagnostic report and save it to your local computer.
2C. Attach the report to this bug using the Add attachments button.
This is the error message:
Render problem
java. lang. NumberFormatException: For input string: "f(x" at java. lang. NumberFormatException. forInputString at java. lang. Integer. parseInt at java. lang. Integer. parseInt at androidx. constraintlayout. widget. ConstraintLayout.
3. If you know what they are, write the steps to reproduce: Check step 1.
3A.
3B.
3C.
In addition to logs, please attach a screenshot or recording that illustrates the problem.
For more information on how to get your bug routed quickly, see
Build: AI-242.23339.11.2421.12550806, 202410241427
AS: Ladybug | 2024.2.1 Patch 2
AI-242.23339.11.2421.12550806, JRE 21.0.3+-12282718-b509.11x64 JetBrains s.r.o., OS Linux(amd64) v6.8.0-51-generic, screens 1366x768 (100%)
Android Gradle Plugin: 8.7.2
Gradle: 8.9
Gradle JDK: JetBrains Runtime 21.0.3
NDK: from local.properties: (not specified), latest from SDK: (not found)
CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: 3.28.3
```