Resolving VMware Virtualization Issues on AMD Platform

Thanks to student friend ace for submitting this article, sharing the issue of VMware not supporting virtualization when compiling AOSP on AMD platform, and here I record the detailed solution for everyone’s future reference.

Resolving VMware Not Supporting Virtualization on AMD Platform

After completing the AOSP compilation according to the tutorial, executing the emulator resulted in the following error:

Resolving VMware Virtualization Issues on AMD Platform

Many tutorials found online were ineffective, but I finally found an article that successfully resolved this issue.Article Link

Cause of the Problem

According to the article, a specific version of Win11 will default to enabling the “Virtualization-based Security (VBS)” feature (hereinafter referred to as VBS).

  1. 1. Press Win+R to open the Run window, and enter msinfo32
  2. Resolving VMware Virtualization Issues on AMD Platform
  1. 2. Then find “Virtualization-based Security” (a value of “Running” indicates that this feature is enabled, while “Not Enabled” indicates that it is turned off).
  2. Resolving VMware Virtualization Issues on AMD Platform

Disabling VBS

  1. 1. Download the script
  2. The link is as follows:
  3. https://link.csdn.net/?from_id=144770404&target=https://consumer-tkbdownload.huawei.com/ctkbfm/servlet/download/downloadServlet/H4sIAAAAAAAAAD2PzU7DMBCE38Xngtb2-mc5YTeNygVxKA_gJA61FJLKTUAU8e44KOI4szP6dr7Zco359HWJ7IFxtmPd9DluUhbZpyE-h_dVztM03OeQN_clzOfiNtFo0ZlAvW1QG2qUBOwFomkjtFKXdJNuT12JHt3j7XzXjlxZJYxaT22OYU7TeEorgmsgLHXgALBj1_Q2hnnJK1wbd7Ag0IBEJwjAIdZkPAkSXBiypNFjhft6b1WtNQgnta-855XjJF1hfYQhda__a-e8xL_ftrVHx35-AebenPsOAQAA.rar
  4. 2. After extracting, run it as an administrator
  5. Resolving VMware Virtualization Issues on AMD Platform
    3. After running, manually restart
  6. 4. When the English page appears after restarting, press the F3 key four times as prompted to agree to disable it, then wait for the computer to boot and complete the operation.Resolving VMware Virtualization Issues on AMD Platform

For more practical technical course materials related to other frameworks:https://mp.weixin.qq.com/s/Qv8zjgQ0CkalKmvi8tMGawResolving VMware Virtualization Issues on AMD Platform

For specific purchasing methods, you can privately message Ma Ge on WeChat: androidframework007

Resolving VMware Virtualization Issues on AMD Platform

Leave a Comment