我正在尝试设置 Jenkins UI 测试,但在运行模拟器命令时失败,该命令已从android sdk 工具更新之一{$ANDROID_SDK}/tools/emulator
移至。{$ANDROID_SDK}/emulator/emulator
我不知道为什么:Android Emulator Plugin 是 3.0 版,应该已经使用了 emulator/emulator 路径。詹金斯版 2.204.1
[android] Erasing existing emulator data...
$ /var/lib/android/tools/emulator -ports 5724,5725 -report-console tcp:5825,max=60 -avd pixel-2-api28 -wipe-data -no-window
FATAL: Cannot run program "/var/lib/android/tools/emulator": error=2, No such file or directory
java.io.IOException: error=2, No such file or directory
我错过了什么吗?