簡體   English   中英

Android 模擬器窗口退出屏幕

[英]Android Emulator Window going out of screen

我已經在 Intel Core I5 上安裝了最新的 Android Studio。下面是我的 PC 配置和 AVD 配置。但是我的模擬器正在退出屏幕窗口。有沒有辦法調整它的大小或適合屏幕。

我的開發電腦配置

AVD 配置 - 詳細

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 上更好、更快地以圖形方式查看模擬器。

在 .android/avd/avd name/ 打開文件emulator-user.ini 確保以下值設置為 0。

window.x = 0window.y = 0

如果這不起作用,請參閱鏈接以獲取 Daxxy 的答案。這可能對您有所幫助

我認為你應該去genimotion作為模擬器。 https://www.genymotion.com/#!/download下載

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM