Assigned
Status Update
Comments
sg...@google.com <sg...@google.com> #2
Can you share idea.log file if this issue reproduces again.
oh...@gmail.com <oh...@gmail.com> #3
Here is the log file.
sg...@google.com <sg...@google.com> #4
When I open the viewEditor Preview Window, it always show!
oh...@gmail.com <oh...@gmail.com> #5
Raluca: I believe this is a known IJ bug. Have we merged the fix yet?
ri...@google.com <ri...@google.com> #6
I cherry-picked the fix for https://youtrack.jetbrains.com/issue/IDEA-186452 into 3.2, it seems small enough and related to floating tool windows.
On the other hand,https://youtrack.jetbrains.com/issue/IDEA-189629 seems to affect 2018.2 EAP, and I'm not sure whether we'll have a fix to cherry-pick in time for 3.2.
On the other hand,
Description
R8 primarily supports class files and archives, as seen here:https://r8.googlesource.com/r8/+/refs/heads/main/src/main/java/com/android/tools/r8/utils/FileUtils.java#68
The issue is that it only checks for the extension instead of their magic number. If a valid archive is not named after an archive extension, R8 will not process the file.
dex\n039\0
as specified in:0xCAFEBABE
:Source files do not have any magic number and would need to be checked for their extension.
An alternative solution to this issue is to add a parameter to specify or override the type of the file to process manually.