Fixed
Status Update
Comments
be...@citymapper.com <be...@citymapper.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. :)
xa...@google.com <xa...@google.com>
rp...@google.com <rp...@google.com> #4
I also have the same problem.
be...@google.com <be...@google.com> #5
I also have the same problem.
Description
i.e.
<resources>
<item name="app_font" type="font">@font/some_other_font</item>
<resources>
Additionally in the above statement @font/some_other_font also cannot be resolved in the IDE, despite the font existing and the project building successfully.
Seen in AS 3.5 Canary 5
I've attached a small repro project (see layout/activity_main.xml and values/fonts.xml)