このリンクhttp://selendroid.io/setup.htmlの手順に従って selendroid サーバーを起動しましたが、次のコマンドを実行すると、次のエラー メッセージが表示されます。
java -jar selendroid-standalone-0.13.0-with-dependencies.jar -app selendroid-test-app-0.13.0.apk
次のエラー メッセージが表示されます。インストールの途中で問題が発生しました。
supports-screens: 'small' 'normal' 'large' 'xlarge'
supports-any-density: 'true'
locales: '--_--'
densities: '160' '240' '320' '480'
<--
Jan 23, 2015 2:35:10 PM io.selendroid.standalone.server.model.SelendroidStandaloneDriver getSupportedDevices
INFO: Error occurred when building supported device info: null
Jan 23, 2015 3:27:51 PM io.selendroid.standalone.server.model.SelendroidStandaloneDriver getSupportedDevices
INFO: Error occurred when building supported device info: null
ローカル ホストhttp://localhost:4444/wd/hub/statusで、次の詳細を取得しています。ドキュメントに記載されている完全な詳細を取得していません。
{"status":0,"value":{"supportedApps":[{"appId":"io.selendroid.androiddriver:0.13.0","mainActivity":"io.selendroid.androiddriver.WebViewActivity","basePackage":"io.selendroid.androiddriver"}],"os":{"arch":"amd64","name":"Linux","version":"3.13.0-32-generic"},"build":{"browserName":"selendroid","version":"0.13.0"},"supportedDevices":[]}}