Android Studio 和模拟器在拆分视图中

问题描述 投票:0回答:4

如何启动 Android 模拟器以在拆分视图中使用 Android Studio 和模拟器,如 this

android android-studio android-emulator
4个回答
1
投票

关闭所有现有的模拟器。转到文件>设置>任务>模拟器>取消选中“在工具窗口中启动”>“确定”

现在运行模拟器,它应该显示在 Android Studio 之外。 您可以运行多个设备以并排显示模拟器。 https://www.youtube.com/watch?v=S3hyNE2D71g


0
投票

也许不正是您正在寻找的东西。但在设置中,您可以启用“始终在顶部运行模拟器”。


0
投票

您唯一能做的最好的事情就是退出全屏模式,然后根据您的舒适度将模拟器拖动到右侧或左侧,然后将 VSCODE 放在剩余区域并根据您的屏幕尺寸调整其大小。一旦确定,无论您使用 Chrome 还是任何其他应用程序,它都会保持不变。 在此输入图片描述


-2
投票

您可以在这里找到一些使用 android studio 提高工作效率的技巧:

https://medium.com/better-programming/my-productive-android-studio-setup-9dd3774a3b91

以下是执行此操作的步骤: https://developer.android.com/studio/run/emulator#run-emulator-studio

© www.soinside.com 2019 - 2024. All rights reserved.