0

I have an app I installed in android emulator. I want to know how I can add a shortcut to the app on the homescreen of my android emulator. For easy access mostly.

Mekicha
  • 811
  • 9
  • 21

2 Answers2

1

You can do it, as you do it on your physical device. Just long press with left mouse button on the required app in the emulator, wait for a while, you will see the home screen, then release left mouse button.

Denysole
  • 3,903
  • 1
  • 20
  • 28
1

The accepted answer works; but first you need to find a draggable version of the required app.

On the Android 12 emulator I am using I could find the app through search, but clicking the icon did not enable dragging and instead popped up a context menu.

The solution for me was to swipe up from the bottom of the "screen", this brought up the phone search screen.

From here I was able to drag the app to the home screen.

Kildareflare
  • 4,590
  • 5
  • 51
  • 65