我一直在嘗試在 android 2.3.3 SDK 上測驗一些應用程式,但每次嘗試都沒有通過啟動螢屏。嘗試運行任何比 2.3.3 更新的模擬器都可以。當我嘗試運行它時,我沒有收到任何錯誤,它只是由于某種原因停止啟動。使用 -debug all 命令顯示它開始回圈運行。除非從任務管理器中嘗試關閉模擬器是不可能的。你知道我做錯了什么以及如何解決嗎?
我已經嘗試過更改圖形、多核和記憶體設定,以及從冷啟動、擦除資料、從 CMD 啟動(帶/不帶加速)。模擬器似乎沒有什么問題,這就是它如此令人困惑的原因。我會發布啟動日志,但我不確定它是否會有所幫助。如果需要,我也可以附上除錯日志,雖然它很長,所以我現在將其省略。任何幫助表示贊賞。
編輯:我目前正在使用 AMD 處理器的 Windows 10 家庭版上運行它。虛擬化已啟用,雖然我無法從功能面板禁用 hyper-V,但我確實按照指南作為解決方法。
VERBOSE | Starting QEMU main loop
VERBOSE | registered 'boot-properties' qemud service
VERBOSE | Adding boot property: 'ro.opengles.version' = '131072'
VERBOSE | Adding boot property: 'qemu.sf.fake_camera' = 'none'
VERBOSE | Adding boot property: 'dalvik.vm.heapsize' = '128m'
VERBOSE | Adding boot property: 'ro.config.low_ram' = 'true'
VERBOSE | Adding boot property: 'qemu.hw.mainkeys' = '1'
VERBOSE | Adding boot property: 'qemu.sf.lcd_density' = '240'
GVM is operational
VERBOSE | control console listening on port 5554, ADB on port 5555
VERBOSE | goldfish_events.have-dpad: false
VERBOSE | goldfish_events.have-trackball: false
VERBOSE | goldfish_events.have-camera: true
VERBOSE | goldfish_events.have-keyboard: true
VERBOSE | goldfish_events.have-lidswitch: true
VERBOSE | goldfish_events.have-tabletmode: false
VERBOSE | goldfish_events.have-touch: true
VERBOSE | goldfish_events.have-multitouch: false
VERBOSE | Not using any http proxy
VERBOSE | Adding boot property: 'qemu.timezone' = 'America/New_York'
VERBOSE | android_hw_fingerprint_init: fingerprint qemud listen service initialized
INFO | Started GRPC server at 127.0.0.1:8554, security: Local
INFO | Advertising in: C:\Users\\AppData\Local\Temp\avd\running\pid_4496.ini
VERBOSE | emulator_window_fb_rotate
VERBOSE | No acpi ini file provided, using default
VERBOSE | no root specified:
VERBOSE | Path:C:\Users\\AppData\Local\Android\Sdk\platform-tools\adb.exe protocol version: 41
VERBOSE | Found: 1 adb executables
VERBOSE | Adb: C:\Users\\AppData\Local\Android\Sdk\platform-tools\adb.exe
VERBOSE | Path:C:\Users\\AppData\Local\Android\Sdk\platform-tools\adb.exe protocol version: 41
VERBOSE | No acpi ini file provided, using default
VERBOSE | onGuestSendCommand: [0000022B58A6C690] Adb connected, start proxing data
VERBOSE | onGuestSendCommand: [0000022B58A6B970] Adb connected, start proxing data
VERBOSE | onGuestRecvData: [0000022B58A6B970] Adb closed by host
VERBOSE | onGuestClose: [0000022B58A6B970] Adb closed by guest
uj5u.com熱心網友回復:
例如,需要Android Studio v2。從 2017 年 5 月 11 日起(可能帶有舊版本的emulator
,也可以從檔案中安裝)。嘗試--gpu swiftshader_indirect
軟體渲染器(或任何其他非加速模式);它似乎失敗了emulator_window_fb_rotate
。
轉載請註明出處,本文鏈接:https://www.uj5u.com/yidong/468693.html
標籤:安卓 安卓工作室 安卓模拟器 android-2.3-姜饼