zoukankan      html  css  js  c++  java
  • Android Studio :enable vt-x in your bios security,已经打开还是报错的解决方法

    quote:

    For Windows 10:

    First of all, install the intelhaxm-android.exe located in the folder SDKextrasIntelHardware_Accelerated_Execution_Manager if it gives error during installation then try these solution.

    1. First all enable the virtualization from bios setting. To enable this, restart the computer, when the computer started then press Esc, then select the F2 if the manufacturer is dell.

    2. Even if you have enabled the Virtualization (VT) in BIOS settings, some antivirus options prevent HAXM installation.

      For example: In Avast antivirus under Settings (parameters) tab > Troubleshooting (depannage), you should uncheck "Enable Hardware-assisted Virtualization" ("activer l'assistance a la virtualisation").

      Now restart your computer and re-install the Intel's HAXM, which can be found under SDKextrasintelHardware_Accelerated_Execution_Manager. You can also manually download the standalone HAXM installer from Intel's website.

    3. Check that hyper-v is disabled. To disable it, go to the control panel then select the Programs --> Program and Features--> Turn windows Feature on or off (located on left side), then find the HYPER-V, uncheck the check box and restart the computer and try to install the hxm again.

    4. Go to properties of "This PC" by right clicking on it, then select the advanced system setting (located on left side) then in Advance (tab) under performance click the setting button, then select the Data Execution Prevention (tab), then select this option: "turn on the DEP for all programs and services except those I select" and restart the computer and try to install the hxm.

    Solution 3 works for me.

    如果已经打开了VT-X还是提醒enable vt-x in your bios security,你需要执行2步骤。

    1.检查BIOS中的设置确保打开CPU 的Virtualization

    2.关闭Sercue Boot

    3.关闭电脑的执行关闭数据执行保护(DEP)功能

    4.卸载禁用电脑已经安装的杀毒软件

    cmd:

    bcdedit.exe/set {current} nx AlwaysOff

  • 相关阅读:
    idea 配置mapper.xml代码提示
    vue配置请求转发解决跨域问题
    MySQL 连接出现 Authentication plugin 'caching_sha2_password' cannot be loaded
    判断链表是否有环(Java实现)
    Java实现链表反转(借助栈实现)
    IHS代理遇到404的问题
    麒峰可视化表单设计器vue版本
    2021.5.30发布内容
    表单常见问题说明
    排序算法与查找算法在项目中的实际应用
  • 原文地址:https://www.cnblogs.com/sunyl/p/5915144.html
Copyright © 2011-2022 走看看