Android 7.0 (보안 패치 수준 : 2016 년 11 월 5 일, 빌드 번호 : N5D91L)을 실행하는 Nexus 5X를 USB 디버깅이 가능한 Mac에 연결했습니다.Selendroid는 Android 7 장치를 인식 할 수 없습니다.
ADB가 장치를 인식 (그래서 this solution는 관련이 없습니다) :
java -jar selendroid-standalone-0.17.0-with-dependencies.jar -app selendroid-test-app-0.17.0.apk
하지만 http://localhost:4444/wd/hub/status
을 확인할 때, 장치가 나열되지 않습니다
$ adb devices -l
List of devices attached
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
016e07928f462163 device usb:337641472X product:bullhead model:Nexus_5X device:bullhead
은 내가 Selendroid 서버 using the demo setup 켜 supportedDevices
:
{
"value": {
"os": {
"name": "Mac OS X",
"arch": "x86_64",
"version": "10.11.6"
},
"build": {
"browserName": "selendroid",
"version": "0.17.0"
},
"supportedDevices": [],
"supportedApps": [
{
"mainActivity": "io.selendroid.testapp.HomeScreenActivity",
"appId": "io.selendroid.testapp:0.17.0",
"basePackage": "io.selendroid.testapp"
},
{
"mainActivity": "io.selendroid.androiddriver.WebViewActivity",
"appId": "io.selendroid.androiddriver:0.17.0",
"basePackage": "io.selendroid.androiddriver"
}
]
},
"status": 0
}
동일한 기본 절차에서 Android 6 장치 또는 에뮬레이터를 보여줍니다.
어떻게하면 Selendroid가 내 Android 7 기기를 인식하게 할 수 있습니까?