You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem
Explain the performance issue you're experiencing, including the following details: if (typeString == "values" && file.name.equals("strings.xml", true)) { val stringIds = getStringIds(file) return stringIds.map { strId -> ResourceItem(ResourceType.STRING, qualifiers, strId.asUnderscoredIdentifier(), path) } }
there force string named 'strings' limit multiple sub modules ,if all named "strings.xml" led to "mergeDebugJavaResource error".is there any optimization name rule,example end of "strings" to avoid this ?
What specific issue did you encounter? (e.g. missing frames, high CPU usage, memory leaks)
Have you noticed any patterns or specific circumstances under which the problem occurs?
Affected platforms
Select one of the platforms below:
OS version(s) (required for Desktop and iOS issues):
OS architecture (x86 or arm64):
JDK (for desktop issues):
Sample code
If possible, provide a small piece of code that reproduces the problem. If the code snippet is too large to paste here, please link to a Gist, a GitHub repo, or any other public code repository.
Reproduction steps
Please provide a detailed step-by-step guide on how to reproduce the issue you are experiencing.
Video
If you're reporting slow app work or missing frames, please provide a video of the problem.
Profiling data
Please provide any relevant profiling data that might be helpful. This could include information like FPS, memory usage, CPU time, or any other data that could provide insight into the performance issue.
Additional information
Provide any other details that you think might be helpful for us to understand the problem. This could include things like the system configuration, external factors, etc.
The text was updated successfully, but these errors were encountered:
Describe the problem
Explain the performance issue you're experiencing, including the following details:
if (typeString == "values" && file.name.equals("strings.xml", true)) { val stringIds = getStringIds(file) return stringIds.map { strId -> ResourceItem(ResourceType.STRING, qualifiers, strId.asUnderscoredIdentifier(), path) } }
there force string named 'strings' limit multiple sub modules ,if all named "strings.xml" led to "mergeDebugJavaResource error".is there any optimization name rule,example end of "strings" to avoid this ?
Affected platforms
Select one of the platforms below:
If the problem is Android-only, report it in the Jetpack Compose tracker
Versions
Sample code
If possible, provide a small piece of code that reproduces the problem. If the code snippet is too large to paste here, please link to a Gist, a GitHub repo, or any other public code repository.
Reproduction steps
Please provide a detailed step-by-step guide on how to reproduce the issue you are experiencing.
Video
If you're reporting slow app work or missing frames, please provide a video of the problem.
Profiling data
Please provide any relevant profiling data that might be helpful. This could include information like FPS, memory usage, CPU time, or any other data that could provide insight into the performance issue.
Additional information
Provide any other details that you think might be helpful for us to understand the problem. This could include things like the system configuration, external factors, etc.
The text was updated successfully, but these errors were encountered: