Fixed
Status Update
Comments
uc...@google.com <uc...@google.com>
lf...@google.com <lf...@google.com> #2
Thank you for this feedback. The team may reach out for more information on triaging or reproducing this issue.
is...@google.com <is...@google.com>
rk...@google.com <rk...@google.com>
bo...@google.com <bo...@google.com>
bo...@google.com <bo...@google.com> #3
I have tried the example project you've provided, it does not reproduce.
Could you please try running with -Pandroid.useDexArchive=false? This disables the new dexing pipeline, and fallbacks to the old one.
Could you please try running with -Pandroid.useDexArchive=false? This disables the new dexing pipeline, and fallbacks to the old one.
ar...@gmail.com <ar...@gmail.com> #4
@Mario Did you get a chance to try the build with -Pandroid.useDexArchive=false flag?
Description
I have my emulator on one side of my monitor, and when I rotate it to landscape, half of it's off the screen because it's rotating around the centre of the emulator's window. So I have to drag it back onto the screen, and when I rotate it to portrait again, I have to move it back to where it was. That's a lot of dragging the window around when testing rotations!
So would it be possible to pin a corner of the window, so it rotates around that instead of the centre? That way it would basically stay where it is, and the window would always be in view. Or at least make it an option (since people probably put their emulators in different places on the screen)
Plus I've seen people requesting something to stop the toolbar moving around when performing rotations - this would solve that too, if the top right corner of the window stays where it is, the toolbar will be in the same place as well because it seems to be positioned relative to that corner.
It would be nice if the emulator remembered its position and size when it started too, but at least you only have to mess with that when you start it up! It's the rotation that's a pain to use.
Thanks!