Home > other >  Android studio emulator size
Android studio emulator size

Time:03-02

I am developing an app and I currently use Pixel3 from the android studio. I want to test the responsiveness of my app and i want to change the emulators size without having the aspect ratio constrains. Is there a way to create a new emulator in android studio so that I can change the resolution on the fly without having to create multiple emulators?

CodePudding user response:

I think in order to test responsiveness, a large number of emulators or devices are needed.

CodePudding user response:

Maybe this is something that you are looking for https://pub.dev/packages/device_preview

  • Related