Can't activate hardware acceleration using windows 10 family and amd processor

Solution 1:

I got an error telling me :

"This computer does not support Intel Virtualization technology VT X or it is exclusively used by Hyper V. HAXM cannot be installed. Please ensure that Hyper-V is disabled in Windows Feature"

This is due to the fact that HAXM does not support AMD-V.

We don't plan to implement, maintain, or validate this ourselves, but we don't have any objections to seeing another team of developers extend HAXM to support AMD-V. However, while Intel VT and AMD-V serve similar functions, they're different enough that this would be a substantial undertaking, one that would have a major impact on the architecture of the driver.

We currently have a full-time team of developers maintaining and validating this driver, with expertise in Intel VT. We'd be willing to work with someone (preferably a team of someones) interested in seeing support for AMD-V, to work out the details for what such support should look like, how it should be maintained and validated, and whether it makes more sense to integrate or to maintain a common API across independent drivers.

Source: AMD CPU support

HAXM is an open-sourced hypervisor developed by Intel. So it is unlikely AMD-V support will be added to HAXM.

On Intel x86-based computers, the Android Emulator will continue to use Intel HAXM by default. Intel HAXM is a mature and open-sourced hypervisor solution developed by Intel.

enter image description here

I would like to create a virtual device in Android Studio but I can't because hardware acceleration is disabled.

It actually is enabled based on the fact AMD-V is enabled. You are getting the error due to the fact HAXM does not support AMD-V.

Does anyone know a way to activate hardware acceleration with AMD processor and without Hyper-V feature ?

You would need an Intel processor to avoid installing Hyper-V. In this case, due to your processor, using Hyper-V is your only solution.

Android Emulator - AMD Processor & Hyper-V Support