Fixed
Status Update
Comments
tn...@google.com <tn...@google.com> #2
I just attached a minimal test application with duplicated and multiline traces. Provided are a couple of logcat files and screenshots.
To me this isn'r really a big problem, since AS compiles my application and lets me debug it. That's what I use it for in my company. I just found it a bit annoying that something that worked one way in AS 2.x and 3.0, suddenly changed in 3.1. The new way results more time-consuming to me while debugging and reviewing the logs.
Could this be made configurable? Not necessarily in the UI, but editing some properties file. Thanks. :)
To me this isn'r really a big problem, since AS compiles my application and lets me debug it. That's what I use it for in my company. I just found it a bit annoying that something that worked one way in AS 2.x and 3.0, suddenly changed in 3.1. The new way results more time-consuming to me while debugging and reviewing the logs.
Could this be made configurable? Not necessarily in the UI, but editing some properties file. Thanks. :)
sp...@google.com <sp...@google.com> #3
I have the same problem.
sp...@google.com <sp...@google.com> #4
I also have the same problem.
tn...@google.com <tn...@google.com> #5
I also have the same problem.
be...@google.com <be...@google.com> #6
I also have the same problem.
tn...@google.com <tn...@google.com> #8
Was it fixed reverting to the old behavior, or was it fixed making the deduplication configurable?
What release version will include the fix?
What release version will include the fix?
ch...@bigcommerce.com <ch...@bigcommerce.com> #9
I still have the same problem on my version.
Android Studio 3.1.1
Build #AI-173.4697961, built on April 4, 2018
JRE: 1.8.0_152-release-1024-b02 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 8.1 6.3
Screenshot attached.
Is there any way to customize this kind of behavior?
Android Studio 3.1.1
Build #AI-173.4697961, built on April 4, 2018
JRE: 1.8.0_152-release-1024-b02 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 8.1 6.3
Screenshot attached.
Is there any way to customize this kind of behavior?
be...@google.com <be...@google.com> #10
@jose.aladro.jsc@gmail.com This change in behavior was inadvertent and I reverted it. The fix will go out in 3.2.
Description
I've been building a sample app off and on over the last couple of weeks and I've repeatedly run into scenarios where I've added a resource, and the editor system (the resource repository?) does not see the new id. The symptom is that the editor shows the resource reference as a red symbol. I observed this with both canary 4 and now canary 5.
Take a look at the given screenshot; the @+id/headerText id is defined in the layout XML file on the bottom; it isn't only showing up as undefined R.id.headerText in a Kotiln file; it's even showing up as undefined when referenced later in the same layout file!
I have not figured out how to reproduce this. It has happened at least 4-5 times.
One time it happened when I went to the layout editor, dragged in a widget and renamed it in the property sheet, then switched back to the code editor. Another time it happened when I added a tag and id directly editing XML. Just now when the screenshot was taken I had done a git pull to pull in new sources, which included new id's, and I then gradle synced.
All I need to do to refresh things is to restart the IDE. Once I do that, things correct themselves (I don't have to invalidate caches, even though that's what I did the first couple of times I ran into it.)
I'll keep trying to reproduce this, but I wanted to make sure this was filed as a top priority bug. Let me know if there's something you want me to investigate or record. I've been deliberately trying to use our released bits but I can switch to master and add additional logging statements etc if that will help track this down.