android / android-test

An extensive framework for testing Android apps
https://android.github.io/android-test
Apache License 2.0
1.16k stars 314 forks source link

Broken link in DeviceControllerModule.getEmulatorGRPCPortFromSystem's error message #2307

Open saket opened 2 weeks ago

saket commented 2 weeks ago

Steps to Reproduce

  1. Create a new project using Android Studio's project wizard
  2. Add androidTestImplementation("androidx.test.espresso:espresso-device:1.0.1")

Actual Results

androidx.test.espresso.device.controller.DeviceControllerOperationException: Unable to connect to Emulator gRPC port. Please make sure the Android Emulator version is updated to 33.1.11+ and the controller gRPC service is enabled on the emulator. See https://developer.android.com/studio/preview/features#set_up_your_project_for_the_espresso_device_api for set up instructions.