Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to show notification bar in Android emulator

I know it sounds very basic and maybe stupid, but I'm stuck on trying to "pull down" the notification bar in Android emulator. How we do it using the mouse or keyboard??

I'm developing my first app and I've always used a real device, but now I'm trying to use the emulator as well.

PS.: yes, I've searched a lot everywhere!!

like image 923
Heitor Avatar asked Nov 01 '22 01:11

Heitor


1 Answers

I believe:

To see the details of the notification, you will have to select the icon which will display notification drawer having detail about the notification. While working with emulator with virtual device, you will have to click and drag down the status bar to expand it which will give you detail as follows. This will be just 64 dp tall and called normal view.

Refer to http://www.tutorialspoint.com/android/android_notifications.htm for more details.

like image 175
JayD Avatar answered Nov 12 '22 16:11

JayD