Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to emulate the notch from the Huawei P20 with Android Studio

Huawei's P20 has an iPhone X like notch on the top of the screen. Can this "notch" be emulated in Android Studio so it is possible to test how an app is rendered on it without owning a P20? I looked in the settings and it is possible to select a "skin" in the Hardware profile but Huawei's P20 is not part of it.

like image 516
Jan Moritz Avatar asked Apr 04 '18 13:04

Jan Moritz


People also ask

How do I add notch to my android?

To enable it, locate the information for your phone and tap the build number seven times to enable them. After enabling the Developer options, open it and look for a setting called 'Simulate a display with a cutout'. Tap it, and from the menu that opens, select the kind of notch you want to add to your display.

Can Android Studio be used as emulator?

The Android Emulator enables you to test your app on many different devices, virtually. The emulator comes with Android Studio by default, so you shouldn't have to manually install it. The basic workflow with the emulator goes as follows: Verify that you have the system requirements.

What is skin in Android Emulator?

An Android emulator skin is a collection of files that define the visual and control elements of an emulator display. If the skin definitions available in the AVD settings don't meet your requirements, you can create your own custom skin definition, and then apply it to your AVD.

What is the notch on Huawei?

That's okay; loads of phones have launched with notches this year. What Huawei has done differently is introduce a feature that lets you turn the notch “off.” Very simply, this setting changes the status bar to black, which effectively camouflages the cutout containing the phone's front-facing camera and speaker.


4 Answers

Follow the screen shots.

first make sure 9.0 (api 28) run in your Emulater or testing device.

  1. Open System settings.

enter image description here

  1. Open Developer option (*if u not found developer option please tap 7 times on build number. after that you get developer option.)

enter image description here

  1. Scroll Down Until You Found -> Simulate a Display With a Cutout(click on it)

enter image description here

  1. there is a multiple option to select screen Cutout style.

enter image description here

  1. if you select Tall Display Cutout , your display is like that.

enter image description here

or if you select Double Display Cutout your display like.

enter image description here

like image 166
Geet Thakur Avatar answered Oct 19 '22 13:10

Geet Thakur


So I googled around and it's actually possible to emulate the notch in the developer preview of Android P.

To develope against that, you need to setup an emulator running Android P and then set the notch simulation in the developer settings of android.

Here is the official article to setup that notch simulation in Android P Cutout API

Once that is done you can start testing and adapting to the new changes coming with these notches and Android P.

like image 35
Nico Avatar answered Oct 19 '22 13:10

Nico


Yes, its possible to simulate notches in the Android Emulator:

  1. Install Android P
  2. Enable Developer Options

Follow the Steps( Make Sure You Have Enabled Developer Option Before Doing this):

  • Simulate the notch(Inside Developers Options)
  • Go to Settings
  • Click on System
  • Click on Advanced
  • Select Developer Options
  • Scroll Down Until You Found-> Simulate a Display With a Cutout(CLICK ON IT)

This will trigger a Dialog showing Some Options:

  • None (This is the default behaviour)
  • Corner Display Cutout(Display's a Cutout on Corner)
  • Double Display Cutout (Shows Notches Up and Down)
  • Tall Display Cutout (Shows a tall Notch at the Top)

Select Double Display Cutout or Tall Display Cutout

like image 5
Shubhamhackz Avatar answered Oct 19 '22 13:10

Shubhamhackz


I did this successfully on emulator "Pixel 3a API 30" by following these steps:

How to Enable Developer mode

  1. Go to System → About emulated device → Build number
  2. Tap/click on "Build number" 5 or more times, until you see the message "you are now a developer"

How to Enable notch/cutout on emulator

  1. Go to System → Advanced → Developer options
  2. Find and tap on option Display cutout (it is not Simulate a Display With a Cutout like on older versions)
  3. Select the option which suits You best (notice the black hole on the top left corner, on the screenshot below) Display cutout android emulator-developer options
like image 5
Aleksandar Avatar answered Oct 19 '22 13:10

Aleksandar