Home > OS >  Is it possible to emulate a particular Android device brand?
Is it possible to emulate a particular Android device brand?

Time:12-15

I want to reproduce a bug that is specific to certain device brand, but Android Studio's AVD manager only shows generic system images. AVD Manager listing generic system images

Is it possible to emulate a specific vendor's flavor of Android?

Note: I am not talking about device skins. They are irrelevant to the problem to solve.

CodePudding user response:

There is no option on AVD to emulate some device brands, but https://www.genymotion.com/ can emulate some devices, but a list of devices is limited.

CodePudding user response:

There's nothing in the documentation about emulating different brand flavors of Android in Android Studio, but you can look into some third party options.

  • Related