gpt4 book ai didi

android - HAX 正在运行并且模拟器以快速 virt 模式运行

转载 作者:行者123 更新时间:2023-11-29 17:41:30 26 4
gpt4 key购买 nike

我在 Android Studio 模拟器中遇到问题,我在运行项目时收到此消息

 C:\Users\User\AppData\Local\Android\sdk\tools\emulator.exe -avd smth -netspeed full -netdelay none
Creating filesystem with parameters:
Size: 69206016
Block size: 4096
Blocks per group: 32768
Inodes per group: 4224
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 16896
Block groups: 1
Reserved block group size: 7
Created filesystem with 11/4224 inodes and 1302/16896 blocks
emulator: device fd:940
HAX is working and emulator runs in fast virt mode

emulator: VCPU shutdown request
EAX=e0000011 EBX=00000000 ECX=00000000 EDX=00000000
ESI=00020800 EDI=c0a39000 EBP=00c55003 ESP=0083c000
EIP=c08ad176 EFL=00010002 [-------] CPL=0 II=0 A20=1 SMM=0 HLT=0
ES =0018 00000000 ffffffff 00c09300 DPL=0 DS [-WA]
CS =0010 00000000 ffffffff 00c09b00 DPL=0 CS32 [-RA]
SS =0018 00000000 ffffffff 00c09300 DPL=0 DS [-WA]
DS =0018 00000000 ffffffff 00c09300 DPL=0 DS [-WA]
FS =0018 00000000 ffffffff 00c09300 DPL=0 DS [-WA]
GS =0018 00000000 ffffffff 00c09300 DPL=0 DS [-WA]
LDT=0000 00000000 00000000 00008200 DPL=0 LDT
TR =0020 00001000 00000067 00008b00 DPL=0 TSS32-busy
GDT= 00846300 0000001f
IDT= 00000000 00000000
CR0=e0000011 CR2=008ad16f CR3=008d5000 CR4=00000000

构建.gardle

android {
compileSdkVersion 21
buildToolsVersion "21.1.2"

defaultConfig {
applicationId "com.example.tasnim.calendar"
minSdkVersion 15
targetSdkVersion 21
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:21.0.3'
}

我尝试使用 Android 2.3.3 和 Android 4.4.4 运行我的项目,但在这两种情况下我都收到此错误消息。

有什么帮助吗?

最佳答案

我认为模拟器在尝试加载 HAX 时会崩溃,请尝试下载最新的 HAXM 驱动程序: https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager

还要检查 sdk 管理器(在 Extras 中)是否有任何 HAXM 更新。

enter image description here

关于android - HAX 正在运行并且模拟器以快速 virt 模式运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28619123/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com