[
https://issues.apache.org/jira/browse/CB-12622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15968965#comment-15968965
]
Alexander Sorokin commented on CB-12622:
----------------------------------------
I am suspecting that chromedriver may be the issue here. Both my environment
and Sauce Labs have old version of chromedriver installed (2.20).
It is required to work around this error:
https://github.com/appium/appium/issues/7138
> Added support for Android 6 and 7 to the cloudapp CI
> ----------------------------------------------------
>
> Key: CB-12622
> URL: https://issues.apache.org/jira/browse/CB-12622
> Project: Apache Cordova
> Issue Type: Bug
> Reporter: Filip Maj
> Assignee: Alexander Sorokin
>
> Capabilities for Android 6 look like:
> {noformat}
> deviceName: 'Android Emulator',
> platformName: 'Android',
> platformVersion: '6.0',
> appiumVersion: '1.6.3'
> {noformat}
> While for 7 you need to specify a different {{deviceName}}:
> {noformat}
> deviceName: 'Android GoogleAPI Emulator',
> platformName: 'Android',
> platformVersion: '7.0',
> appiumVersion: '1.6.3'
> {noformat}
> [~alsorokin] is it possible to add these to the cloudapp android environment
> matrix?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]