我知道之前已经问过这个问题,但那里的答案已经陈旧,不再有效.
我曾经能够将-scale选项设置为模拟器:
例如:
emulator -avd device_name -scale 1 -verbose
但我在日志中看到了这一点:
emulator: WARNING: The -scale flag is obsolete and will be ignored.
当我更改android-studio中的缩放选项时,它也没有做任何事情,因为它也试图使用相同的-scale标志.
有没有新的方法来设置比例因子?
android文档:https://developer.android.com/studio/run/emulator-commandline.html谈论-scale选项,即使它不再起作用.
根据模拟器-help,不推荐使用-scale选项.
-scale scale emulator window (deprecated)
解决方法
我找不到任何影响窗口大小的命令行选项.但是,一旦启动,您可以按Ctrl-Up和Ctrl-Down调整窗口大小.