1

Emulator: Warning: Quick Boot / Snapshots not supported on this machine. A CPU with EPT + UG features is currently needed. We will address this in a future release.

I am using i3 processor with 2gb+4gb Ram and Windows 10, but I got this message when I run my app in my emulator.

I have tried different API level like API 23 and API 30 both. but still got this problem. How can I fix it?

halfer
  • 19,824
  • 17
  • 99
  • 186
  • Have you search about the question on SO? Like [this](https://stackoverflow.com/questions/48759022/warning-quick-boot-snapshots-not-supported-on-this-machine) – Hababa Jun 01 '20 at 03:45
  • i have already read all this article but still can't resolve my problem. i am using i3 processor with window 10 pro. i have also downloaded api level<=20 and still have same problem. – Prasant Gourav Jun 01 '20 at 17:32

1 Answers1

0

EPT is needed means the current processor you are using doesn't support EPT. In case you don't know what EPT is 'EPT (Extended Page Tables) is crucial for memory virtualization performance.

Sk Suraj
  • 500
  • 2
  • 15