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:
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. Press Win+R to open the Run window, and enter msinfo32
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).
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.
For more practical technical course materials related to other frameworks:https://mp.weixin.qq.com/s/Qv8zjgQ0CkalKmvi8tMGaw
For specific purchasing methods, you can privately message Ma Ge on WeChat: androidframework007