Fixed
Status Update
Comments
uc...@google.com <uc...@google.com>
lf...@google.com <lf...@google.com> #2
Thank you for your feedback. Team may reach out for more feedback in reproducing or triaging 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
Thank you for the detailed report. We are looking into it.
ar...@gmail.com <ar...@gmail.com> #4
The issue seems to be related to apps installed on ASEC storage when the native libraries are uncompressed.
ASEC storage has been deprecated several years ago and installs are banned since Android O (8.0), so I suspect that the exceptions you see on version 8.0+ are unrelated. Could you please check that the exceptions on devices on 8.0+ have indeed different stacktraces?
To mitigate this issue, bundletool could leave the native libraries compressed in the APKs on O+ whenever installLocation is set to "auto" or "preferExternal".
ASEC storage has been deprecated several years ago and installs are banned since Android O (8.0), so I suspect that the exceptions you see on version 8.0+ are unrelated. Could you please check that the exceptions on devices on 8.0+ have indeed different stacktraces?
To mitigate this issue, bundletool could leave the native libraries compressed in the APKs on O+ whenever installLocation is set to "auto" or "preferExternal".
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!