当前位置: 首页 > news >正文

虚拟机emulator报错

emulator: ERROR: x86_64 emulation currently requires hardware acceleration! Please ensure KVM is properly installed and usable. CPU acceleration status: KVM requires a CPU that supports vmx or svm

关闭虚拟机服务
在这里插入图片描述
PowerShell关闭HV
bcdedit /set hypervisorlaunchtype off

VM开启InterVT-x/EPT
在这里插入图片描述
禁用VH主机服务
在这里插入图片描述
最后重启即可

到此VM中的Ubuntu就可以正常开机了

Aborted (core dumped)

maqi@ubuntu:~/android-8.1.0_r1$ emulator
emulator: WARNING: system partition size adjusted to match image file (2562 MB > 200 MB)QXcbConnection: Could not connect to display 
Aborted (core dumped)

解决:在ubuntu内命令行打开即可

下载运行AS

https://developer.android.com/studio?hl=zh-tw
tar -xvzf android-studio-ide-*.tar.gz
cd android-studio/bin
./studio.sh

下载SDK
代理设置
在这里插入图片描述
cmd下 ipconfig
在这里插入图片描述
源码导入和排除
在这里插入图片描述


http://www.mrgr.cn/news/92081.html

相关文章:

  • C# 将非托管Dll嵌入exe中(一种实现方法)
  • Windows10系统本地部署Ollama_DeepSeek-R1实操手册
  • leetcode 119. 杨辉三角 II
  • 【数据结构】(11) Map 和 Set
  • 洛谷P1135多题解
  • vue3 Props的使用
  • Web自动化之Selenium实战案例1:论文pdf自动下载
  • 《离线唤醒+离线Vosk识别+DeepSeek+离线合成,你的第二大脑》
  • PTA习题(C语言)
  • 如何在 Mac 上安装并配置 JDK 环境变量
  • dify实现分析-rag-内容检索rerank的两种实现
  • 详细介绍STM32(32位单片机)外设应用
  • 垂类大模型微调(二):使用LLaMA-Factory
  • CSDN博客写作教学(一):初识markdown编辑器(纯干货)
  • Docker 自制镜像:Ubuntu 安装 samba+Webmin
  • 特辣的海藻!2
  • Linux7-线程
  • Mac本地部署DeepSeek-r1如何设置文档知识库
  • SOME/IP-SD -- 协议英文原文讲解1
  • SpringBoot+Mybatis-Plus实现动态数据源