【问题标题】:Android Emulator Window going out of screenAndroid模拟器窗口走出屏幕
【发布时间】:2016-01-02 21:25:14
【问题描述】:

我已经在 Intel Core I5 上安装了最新的 Android Studio。下面是我的 PC 配置和 AVD 配置。但是我的模拟器退出了屏幕窗口。有没有办法调整它的大小或适应屏幕。

模拟器的文本配置:

Target: Google APIs (API level 22)
Skin: nexus_s
SD Card: C:\Users\<my_id>\.android\avd\Nexus_6_API_23.avd\sdcard.img
Snapshot: no
hw.lcd.density: 160
hw.dPad: no
avd.ini.encoding: UTF-8
hw.camera.back: none
disk.dataPartition.size: 200M
hw.gpu.enabled: yes
runtime.network.latency: none
skin.dynamic: yes
hw.keyboard: yes
hw.cpu.model: cortex-a8
runtime.network.speed: full
hw.device.hash2: MD5:fbd5143f5b48ba972391c87c302c0c69
hw.ramSize: 1000
tag.id: google_apis
tag.display: Google APIs
hw.sdCard: yes
hw.device.manufacturer: Generic
hw.mainKeys: yes
hw.accelerometer: yes
hw.trackBall: no
hw.device.name: 5.4in FWVGA
hw.battery: yes
hw.sensors.proximity: yes
AvdId: Nexus_6_API_23
hw.sensors.orientation: yes
hw.audioInput: yes
hw.camera.front: none
hw.gps: yes
avd.ini.displayname: Nexus 6 API 23
snapshot.present: no
vm.heapSize: 64
runtime.scalefactor: auto

我无法使用 x86 映像,因为在我的 PC 上从 Intel 为 Android Studio 安装 HAXM 时出现了一些问题。我可能需要通过 BIOS 更改一些配置,但由于管理员的原因我不能这样做权利限制。 我可以用来开发应用程序的最佳配置是什么,以便更好、更快地在我的 PC 上以图形方式查看模拟器。

【问题讨论】:

  • 我建议使用 genymotion :)
  • 您是否尝试在配置窗口中更改 '5.4'' FWGA 5.4'' 480*854 mdpi' 第三行?

标签: android android-studio android-emulator haxm


【解决方案1】:

我认为你应该去 genimotion 作为模拟器。 从https://www.genymotion.com/#!/download下载

【讨论】:

    【解决方案2】:

    在 .android/avd/avd name/ 处打开文件 emulator-user.ini。 确保将以下值设置为 0。

    window.x = 0window.y = 0

    如果这不起作用,请参阅 this 链接以获取 Daxxy 的答案。这可能会对您有所帮助

    【讨论】:

      猜你喜欢
      • 2015-05-12
      • 1970-01-01
      • 1970-01-01
      • 2021-07-17
      • 2023-03-24
      • 2011-12-20
      • 1970-01-01
      • 1970-01-01
      • 2023-03-27
      相关资源
      最近更新 更多