Skip to content

One Line Installer Setup for Android Agent on Windows

Nathan Bu edited this page May 10, 2023 · 16 revisions

Android Espresso Agent

We are leveraging the winsw to wrap and manage the Spring Boot agent Jar application as a Windows service. You may try the following steps:

1. Create HydraLab folder

Open Powershell in your Windows, execute following instruments.

cd C:\
mkdir HydraLab  
cd HydraLab

2. Get the Agent Configuration file

3. Open Powershell and input the following instrument.

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser; Invoke-WebRequest -Uri "https://raw.githubusercontent.com/microsoft/HydraLab/master/agent/one-line-installer-windows.ps1" -OutFile ./HydraLabInstaller.ps1; powershell ./HydraLabInstaller.ps1

4. IMPORTANT NOTE

  • There will be an Android Agreement pop-up window, and enter 'Y' to continue. image
Clone this wiki locally