Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android studio 4.1 Emulator extended controls

Extended control settings/options are missing in this update? like sending sms, gps settings unable to find the settings any help appreciated.emulator screenshot

like image 602
ice spirit Avatar asked Oct 26 '20 14:10

ice spirit


People also ask

Where can I find extended controls in Android Studio?

The screen recording controls are in the Screen record tab of the Extended Controls window.

Where is emulator settings in Android Studio?

Setting Up the Android Emulator Select Tools > SDK Manager. Then, from the settings window, choose Android Emulator. Click Apply, and Android Studio will download the emulator for you.

How do I use extended controls on Android emulator?

Extended controls, settings, and help. Use the extended controls to send data, change device properties, control apps, and more. To open the Extended controls window, click More in the emulator panel. You can use keyboard shortcuts to perform many of these tasks.

What version of Android emulator is included with Android Studio?

Android Emulator is included with Android Studio. Versions of the emulator prior to 25.3.0 were distributed as part of the Android SDK Tools. To ensure you have the latest version, check the SDK Manager for updates. For Android Emulator versions prior to 25.3.0, see the Android SDK Tools release notes.

What's new in the Android emulator update?

This update includes support for running the emulator directly in Android Studio and virtual devices with Freeform Window Mode activated by default. The Android Emulator can now be run directly in Android Studio .

How do I use the Android emulator?

The Android Emulator runs directly inside Android Studio by default. This allows you to conserve screen real estate, navigate quickly between the emulator and the editor window using hotkeys, and organize your IDE and emulator workflow in a single application window.


Video Answer


2 Answers

To see the additional options you need to run the Emulator in a separate window (process).

To do so go to File...Settings... and then choose the following.

You'll need to uncheck the Launch in a tool window option. run in separate window

After you do that and restart Android Studio and start your emulator, it will run in a separate window and you'll see the options you want on the ellipse menu item on the side of the emulator.

emulator running

Here's my Android Studio version info:

  • Android Studio 4.1
  • Build #AI-201.8743.12.41.6858069, built on September 23, 2020 Runtime version: 1.8.0_242-release-1644-b3-6222593 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
  • Linux 5.4.0-52-generic
  • Current Desktop: ubuntu:GNOME
like image 99
raddevus Avatar answered Oct 25 '22 06:10

raddevus


Edit: September 2021

Now, since Android Studio Arctic Fox (2020.3.1) you can enable that in settings:

enter image description here

And you have it there:

enter image description here


Old answer

TL;DR

Currently, you can't use

Why

Base on documentation:

https://developer.android.com/studio/run/emulator#limitations

Limitations

Currently, you can't use the emulator's extended controls when it's running in a tool window. If your development workflow depends heavily on the extended controls, continue to use the Android Emulator as a standalone application. In addition, certain virtual devices—such as Android TV and foldable devices—can't be run in Android Studio because they have specialized UI requirements or important functions in the extended controls.

like image 29
Boken Avatar answered Oct 25 '22 06:10

Boken