skip to Main Content

When using an emulator on Android Studio I can have the screen preview inside the Android Studio itself, I want to have a smiliar behaviour when using a physical device instead of an emulator.

3

Answers


  1. Please follow below steps:

    1. Open Android Studio, go to Preferences.
    2. Click on the Experimental menu.
    3. Enable Device mirroring at the bottom.
    Login or Signup to reply.
  2. This feature is available from Android Studio Electric Eel.

    Check this blog – https://levelup.gitconnected.com/device-mirroring-android-studio-brings-a-long-awaited-feature-9c46e9f26052

    You can use tool from this link too – https://scrcpy.org

    Login or Signup to reply.
    1. Open Android Studio on your computer.
    2. Go to the "Preferences".
    3. In the "Preferences" window, click on the "Experimental" menu on the
      left-hand side. Scroll down to the bottom of the Experimental menu
      and find the "Device mirroring" option.
    4. Enable the Device mirroring option by checking the checkbox next to
      it.
    5. Click the "Apply" button to save the changes.

    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search