目录

问题描述

问题截图

原因猜测

解决方案


问题描述

Android Studio启动虚拟机时一直出现Install Haxm,但是按照他的安装步骤后还是不停的弹出提示安装Haxm

问题截图

原因猜测

为什么会出现这种情况那?我猜测应该是权限问题,也就是说win11/win10应该是需要手动或者管理员模式才能去安装什么东西

解决方案

1 打开File-》Setings-》点击

2 找到Android SDK 然后复制看到的路径,并打开资源管理器,将刚刚复制的路径,粘上

3 然后找到以下目录,看图,我的具体目录是:

 B:\Android Studio adk\extras\intel\Hardware_Accelerated_Execution_Manager 

4 找到haxm...exe点击安装即可 

5 安装完成后回到Android Studio发现已经没有了提示安装Haxm,然后我们点击启动(第一次要等个3分钟左右)发现虚拟机可以正常启动了!

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools">

<application
        android:allowBackup="true"
        android:dataExtractionRules="@xml/data_extraction_rules"
        android:fullBackupContent="@xml/backup_rules"
        android:icon="@mipmap/ic_launcher"
        android:label="@string/app_name"
        android:roundIcon="@mipmap/ic_launcher_round"
        android:supportsRtl="true"
        android:theme="@style/Theme.MyApplication"
        tools:targetApi="31">
        <activity
            android:name=".MainActivity"
            android:exported="true"
            android:label="@string/app_name"
            android:theme="@style/Theme.MyApplication.NoActionBar">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>

<meta-data
                android:name="android.app.lib_name"
                android:value="" />
        </activity>
    </application>

</manifest>

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"><applicationandroid:allowBackup="true"android:dataExtractionRules="@xml/data_extraction_rules"android:fullBackupContent="@xml/backup_rules"android:icon="@mipmap/ic_launcher"android:label="@string/app_name"android:roundIcon="@mipmap/ic_launcher_round"android:supportsRtl="true"android:theme="@style/Theme.MyApplication"tools:targetApi="31"><activityandroid:name=".MainActivity"android:exported="true"android:label="@string/app_name"android:theme="@style/Theme.MyApplication.NoActionBar"><intent-filter><action android:name="android.intent.action.MAIN" /><category android:name="android.intent.category.LAUNCHER" /></intent-filter><meta-dataandroid:name="android.app.lib_name"android:value="" /></activity></application></manifest>

Android Studio启动虚拟机时一直提示安装Haxm相关推荐

  1. AMD机器:Android Studio启动模拟器提示“HAXM is not installed”的解决办法

    附:Android Studio启动模拟器提示"HAXM is not installed"的解决办法 1.首先,按住Ctrl+Alt+Delete,选择任务管理器,点击性能,查看 ...

  2. Android studio 启动模拟器出现 VT-x is disabled in BIOS 以及 /dev/kvm is not found

    Android studio 启动模拟器出现 VT-x is disabled in BIOS 以及 /dev/kvm is not found 网上大部分文章都是说在bios开启vt-x支持等.这里 ...

  3. [Android Studio 权威教程]Windows下安装Android Studio

    从AS 0.5版本号開始使用.也是AS的推行者,在ApkBus公布的第一篇Android Studio Perview 2 获得了50K的浏览,1800多条回复下载. 在我的[Android Stud ...

  4. 如何优化 Android Studio 启动、编译和运行速度?

    作为一名 Android 程序员,选择一个好的 IDE 工具可以使开发变得非常高效,很多程序员喜欢使用 Google 的 Android Studio来进行开发,但使用起来有时会出现卡顿等问题.本文介 ...

  5. android studio真机测试不生成apk,Android应用开发Android Studio编译出来的APK无法安装如何解决?...

    本文将带你了解Android应用开发Android Studio编译出来的APK无法安装如何解决?,希望本文对大家学Android有所帮助. Android Studio编译出来的APK无法安装如何解 ...

  6. android studio 启动flutter项目报错

    1. android studio启动报错 lib/main.dart: Warning: Interpreting this as package URI, 'package:flutter_a N ...

  7. Android studio 启动无图标App

    android studio无法运行未注册下面Intentfilter的app(无图标app), <intent-filter><action android:name=" ...

  8. Android Studio 启动模拟器出现“Timed out after 300seconds waiting for emulator to come online“解决方案

    Android Studio 启动模拟器出现"Timed out after 300seconds waiting for emulator to come online"解决方案 ...

  9. Android Studio导入别人的module提示错误Plugin with id ‘com.jfrog.bintray‘ not found.

    1 问题 Android Studio导入别人的module提示错误如下 Plugin with id 'com.jfrog.bintray' not found. Plugin with id 'c ...

最新文章

  1. 用基于模型和接口的T4来生成RESTful服务
  2. 标签之美三——超链接的嵌入
  3. 解决Delphi7的自带的UTF-8编码转换函数BUG
  4. 深入浅出python机器学习_8.3_神经网络实例_手写识别_MNIST数据集的使用
  5. DB2 乱码
  6. SAP Fiori SSL 和 SAML 2.0 配置文档
  7. TCP的几个状态(SYN/FIN/ACK/PSH/RST)
  8. EF Core使用Simple Logging输出日志
  9. 拿什么拯救你,我的团队
  10. VMware虚拟机下实现Linux与window文件夹共享
  11. python mock接口怎么用_python接口自动化测试 - mock模块基本使用介绍
  12. 作业4:结对编程项目四则运算
  13. es 安装 ik 分词器
  14. [转载]树、森林和二叉树的转换
  15. Hive找出所有科目成绩都大于某一学科平均成绩的学生
  16. android 谷歌地图离线访问,Android版谷歌地图更新 新增离线浏览功能(图)
  17. w10如何共享计算机硬盘,Win10如何设置局域网磁盘共享?操作方法分享
  18. python plot画图另存jpg_Python Plot+Bokeh画图并保存为图片或网页
  19. FreeMind 思维导图的使用
  20. iOS开发 - Xcode使用 - 一直indexing

热门文章

  1. 微信pc支付 java_微信小程序+微信支付+java后台(springboot)使用的是微信官方支付SDK(附代码)...
  2. dac0832控制电机驱动流程图_用DAC0832 、 AD0809 实现电机调速调向控制
  3. 多人局域网游戏纯蓝图
  4. beego+GoLand
  5. 金蝶9.1 mdac安装 question
  6. 【ESP 保姆级教程】疯狂传感器篇 —— 案例:Mega + ESP8266 + MQ2烟雾 + MQ3酒精 + MQ7一氧化碳+ OLED + 巴法云 + 微信小程序(环境监控)
  7. Rime输入工具的修改与编译安装
  8. 使用JAVA对接跨境贸易电子商务数据交换接口拼接xml
  9. flash-connect模块
  10. 在 Nuxt.js 和 Vue.js 项目中引入第三方字体或艺术字