[
https://issues.apache.org/jira/browse/CB-9577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14720904#comment-14720904
]
ASF GitHub Bot commented on CB-9577:
------------------------------------
GitHub user vksee opened a pull request:
https://github.com/apache/cordova-android/pull/210
CB-9577 Quoted specific device name for ADB
This fixes [CB-9577](https://issues.apache.org/jira/browse/CB-9577).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vksee/cordova-android master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-android/pull/210.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #210
----
commit 2108ac8014b598771e30a5f0e48480ee1331a56d
Author: VINT <[email protected]>
Date: 2015-08-29T01:46:59Z
CB-9577 Quoted specific device name for ADB
----
> Device name need to be quoted in build scripts for ADB parameter.
> -----------------------------------------------------------------
>
> Key: CB-9577
> URL: https://issues.apache.org/jira/browse/CB-9577
> Project: Apache Cordova
> Issue Type: Bug
> Components: Android, CLI, CordovaJS, CordovaLib
> Affects Versions: Master, 5.2.0
> Reporter: Vasiliy Kudlenko
> Labels: build, javascript
> Fix For: Master
>
>
> {code:java}
> $ adb devices
> List of devices attached
> Zera F device
> {code}
> {code:java}
> $ cordova run android
> ...
> Error executing "adb -s Zera F shell cat /proc/cpuinfo": Android Debug Bridge
> version 1.0.32
> ...
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]