Fixed
Status Update
Comments
uc...@google.com <uc...@google.com>
lf...@google.com <lf...@google.com> #2
Last Action:
2022-01-19 11:01:47,579 [ 43614] INFO - manager.EmulatorProcessHandler - Emulator: /home/ghost/Android/Sdk/emulator/emulator -netdelay none -netspeed full -avd Pixel_API_31
2022-01-19 11:01:47,600 [ 43635] INFO - manager.EmulatorProcessHandler - Emulator: WARNING | unexpected system image feature string, emulator might not function correctly, please try updating the emulator.
2022-01-19 11:01:47,698 [ 43733] INFO - manager.EmulatorProcessHandler - Emulator: WARNING | cannot add library /home/ghost/Android/Sdk/emulator/qemu/linux-x86_64/lib64/vulkan/libvulkan.so: failed
2022-01-19 11:01:47,760 [ 43795] INFO - manager.EmulatorProcessHandler - Emulator: qemu-system-x86_64: -chardev socket,port=45697,host=::1,nowait,nodelay,ipv6,id=modem: address resolution failed for ::1:45697: Name or service not known
2022-01-19 11:02:27,813 [ 83848] INFO - rationStore.ComponentStoreImpl - Saving Project(name=armino_rents, containerState=COMPONENT_CREATED, componentStore=/home/ghost/StudioProjects/armino_rents)KotlinCommonCompilerArguments
2022-01-19 11:01:47,579 [ 43614] INFO - manager.EmulatorProcessHandler - Emulator: /home/ghost/Android/Sdk/emulator/emulator -netdelay none -netspeed full -avd Pixel_API_31
2022-01-19 11:01:47,600 [ 43635] INFO - manager.EmulatorProcessHandler - Emulator: WARNING | unexpected system image feature string, emulator might not function correctly, please try updating the emulator.
2022-01-19 11:01:47,698 [ 43733] INFO - manager.EmulatorProcessHandler - Emulator: WARNING | cannot add library /home/ghost/Android/Sdk/emulator/qemu/linux-x86_64/lib64/vulkan/libvulkan.so: failed
2022-01-19 11:01:47,760 [ 43795] INFO - manager.EmulatorProcessHandler - Emulator: qemu-system-x86_64: -chardev socket,port=45697,host=::1,nowait,nodelay,ipv6,id=modem: address resolution failed for ::1:45697: Name or service not known
2022-01-19 11:02:27,813 [ 83848] INFO - rationStore.ComponentStoreImpl - Saving Project(name=armino_rents, containerState=COMPONENT_CREATED, componentStore=/home/ghost/StudioProjects/armino_rents)KotlinCommonCompilerArguments
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
please run emulator with the following options and post the output here, thanks!
/path/to/emulator -verbose -show-kernel -avd <avename> -feature -ModemSimulator
the above command line will not use modem, just to see if it is related.
/path/to/emulator -verbose -show-kernel -avd <avename> -feature -ModemSimulator
the above command line will not use modem, just to see if it is related.
ar...@gmail.com <ar...@gmail.com> #4
Yes,it worked.
Attaching the log below.
Attaching the log below.
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!