Tuesday, June 9, 2020

How to enable Virtualization VT-x in BIOS in Windows 10

Nice youtube video
https://www.youtube.com/watch?v=MOuTxfzCvMY

It is essential to do following to things to create a AVD Emulator in your Android Studio:


  1. Di-activate  Hyper-V or the hypervisor platform in "activate/deactivate your Windows functions" in Windows 10 PC
  2. Activate virtualization in bios


Before:

After:


No comments:

Post a Comment

Basic Flask web app

 from flask import Flask app = Flask(__name__) #In Flask, URL rules can be added using either the @app.route() decorator or the app.add_url_...