我想使用模拟器运行测试。
我正在开始测试,appium日志如下: -
Using adb from /home/karunakaran/work/software/android_64_bit_linux/sdk/platform-tools/adb
info: Retrieving device
info: [debug] Trying to find a connected android device
info: [debug] Getting connected devices...
info: [debug] executing cmd: /home/karunakaran/work/software/android_64_bit_linux/sdk/platform-tools/adb devices
info: [debug] 0 device(s) connected
info: [debug] Could not find devices, restarting adb server...
info: [debug] executing cmd: /home/karunakaran/work/software/android_64_bit_linux/sdk/platform-tools/adb kill-server
info: [debug] Getting connected devices...
info: [debug] executing cmd: /home/karunakaran/work/software/android_64_bit_linux/sdk/platform-tools/adb devices
info: [debug] 0 device(s) connected
info: [debug] Could not find devices, restarting adb server...
info: [debug] executing cmd: /home/karunakaran/work/software/android_64_bit_linux/sdk/platform-tools/adb kill-server
info: [debug] Getting connected devices...
info: [debug] executing cmd: /home/karunakaran/work/software/android_64_bit_linux/sdk/platform-tools/adb devices
info: [debug] 0 device(s) connected
info: [debug] Could not find devices, restarting adb server...
info: [debug] executing cmd: /home/karunakaran/work/software/android_64_bit_linux/sdk/platform-tools/adb kill-server
info: [debug] Getting connected devices...
info: [debug] executing cmd: /home/karunakaran/work/software/android_64_bit_linux/sdk/platform-tools/adb devices
info: [debug] 0 device(s) connected
info: [debug] Could not find devices, restarting adb server...
info: [debug] executing cmd: /home/karunakaran/work/software/android_64_bit_linux/sdk/platform-tools/adb kill-server
info: [debug] Getting connected devices...
info: [debug] executing cmd: /home/karunakaran/work/software/android_64_bit_linux/sdk/platform-tools/adb devices
info: [debug] 0 device(s) connected
info: [debug] Could not find devices, restarting adb server...
info: [debug] executing cmd: /home/karunakaran/work/software/android_64_bit_linux/sdk/platform-tools/adb kill-server
info: [debug] Getting connected devices...
info: [debug] executing cmd: /home/karunakaran/work/software/android_64_bit_linux/sdk/platform-tools/adb devices
info: [debug] 0 device(s) connected
我可以使用真实设备运行测试。如何在linux机器上使用模拟器进行Android测试。