Java Selenoid的Selenium服务器中未列出Android emulator详细信息

Java Selenoid的Selenium服务器中未列出Android emulator详细信息,java,android,android-emulator,selendroid,Java,Android,Android Emulator,Selendroid,我正在尝试一个使用selenium在android中进行移动自动化测试的示例项目 通过链接,我启动了selenium独立服务器,还启动了android仿真器。 但是仿真程序设备未列在selenium服务器支持的设备中。 在selenium服务器中检查模拟器详细信息时http://localhost:4444/wd/hub/status {"status":0,"value":{"supportedApps":[{"appId":"io.selendroid.androiddriver:0.10.

我正在尝试一个使用selenium在android中进行移动自动化测试的示例项目
通过链接,我启动了selenium独立服务器,还启动了android仿真器。 但是仿真程序设备未列在selenium服务器支持的设备中。 在selenium服务器中检查模拟器详细信息时
http://localhost:4444/wd/hub/status

{"status":0,"value":{"supportedApps":[{"appId":"io.selendroid.androiddriver:0.10.0","mainActivity":"io.selendroid.androiddriver.WebViewActivity","basePackage":"io.selendroid.androiddriver"},{"appId":"org.openqa.selenium.android.app:","mainActivity":"org.openqa.selenium.android.app.MainActivity","basePackage":"org.openqa.selenium.android.app"}],"os":{"arch":"x86","name":"Windows 7","version":"6.1"},"build":{"browserName":"selendroid","version":"0.10.0"},"supportedDevices":[]}}

supportedDevices":[]
即使在添加了从链接指定的仿真器之后,受支持的设备仍将列为空

如何将android emulator连接并列出到selenium服务器
任何建议都会大有帮助