Testing an app on notch devices emulators

Viewed 2564

We have an android mobile app that needs to be tested on all android devices to check if there are any design issues. We have tested the app using the android emulators provided by "Android Studio". But we also need to test the same application in the Notch devices also. But in android studio, notch type devices are not available for us to test the application

Can you please suggest on how a notch device emulator can be created and tested?

3 Answers

Use PIXEL 3 XL device in the emulator itself. This device has a notch display.enter image description here

enter image description here

If you create emulator of API > P(28), you can enable it from setting. Here I have provided step by step guild.

https://medium.com/@hiteshdhamshaniya.wvmagic/notch-android-emulator-with-p-e9b3556d9d5e

or

Here is step by step video

First thing first, you need to have android P emulator.

Start Android Pie Emulator

Go to Settings -> System

System → Advance → Developer option.

If you can not find developer option, you need to enable it via several clicks on build number.

Go to System → About emulated device → Build number.

Once enable developer option, follow below steps

Developer options → Simulate a display with a cutout

Now you can find different notch (cutout) options there.

Related