i want to attach multiple emulators to my test automation application. so how can i do that setup?

Arhanti Doshi 25 Reputation points
2024-10-09T12:34:17.0533333+00:00

i am running test automation scripts on my Virtual Machine.

I want to list connected Android virtual emulator to my virtual machine.

how can i do that without installing android studio on my VM?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,906 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
277 questions
{count} votes

Accepted answer
  1. Akshay kumar Mandha 640 Reputation points Microsoft Vendor
    2024-10-11T17:23:05.3166667+00:00

    Hi Arhanti Doshi,

    I have previously mentioned the steps. Once again, I am adding them here. Please follow them in the document for better clarity. I have also included screenshots to assist you. Please refer to them as well
    try to install Android SDK Platform Tools, first, download them from the official android website or else you can follow the below document
    https://developer.android.com/tools/releases/platform-tools

    Please select the below option as per image

    User's image

    After downloading the files extract and the files into any folder drive folder
    Example: - C:\Android\SDK

    After above installation please setup the environment variable for location path as per below instruction Right-click on "This PC" or "Computer" and select "Properties."

    • Click on "Advanced system settings."
    • In the System Properties window, click on "Environment Variables."
    • Under "System variables," find the "Path" variable, select it, and click "Edit."
    • Add the path to the platform-tools directory (example C:\Android\SDK )
      as per below SS you have to add the tool path location and save it
      User's image

    And to verify this tool installed or not, please check with this command adb --version Finally, use adb devices to see a list of connected devices, including any emulators you have set up

    If you found this information helpful, please click an accepting the answer and "Upvote" on my post for other community members' reference
    User's image

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.