I have been trying to learn Flutter recently, and because I have a Windows-based PC I created a virtual macOS device on my computer using VmWare. When I downloaded Android Studio (hoping to connect it with Flutter and develop cross-platform apps which I can emulate both on IOS and Android) and tried to create a virtual device, I get the error saying
Your CPU does not support VT-x
Which I can partly understand because I have an AMD processor on my PC and I heard that these two don't get along fine. So, I read a question here related to my problem. The answer was saying that I need to enable "Virtualize Intel VT-x/EPT or AMD-V/RVI"
and still got the error after restarting my virtual device. After that, I tried Genymotion but apparently Genymotion is not compatible to use on a virtual device. At this point, my question is, is there any possible solution for creating an Android Virtual Device on my Virtual MacOS device to use as an emulator?