[
https://issues.apache.org/jira/browse/CB-7881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14185212#comment-14185212
]
ASF GitHub Bot commented on CB-7881:
------------------------------------
GitHub user sgrebnov opened a pull request:
https://github.com/apache/cordova-android/pull/130
CB-7881 Android tooling shouldn't lock application directory
https://issues.apache.org/jira/browse/CB-7881
Use temp directory when running adb command to make sure adb server is not
started in working directory and does not lock it
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MSOpenTech/cordova-android CB-7881
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-android/pull/130.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 #130
----
commit 2c7fb5cb619c07a445b23b49503f68ecbf772f84
Author: sgrebnov <[email protected]>
Date: 2014-10-27T14:14:35Z
CB-7881 Android tooling shouldn't lock application directory
----
> Android tooling shouldn't lock application directory
> ----------------------------------------------------
>
> Key: CB-7881
> URL: https://issues.apache.org/jira/browse/CB-7881
> Project: Apache Cordova
> Issue Type: Bug
> Components: Android
> Reporter: Sergey Grebnov
> Assignee: Sergey Grebnov
>
> Repro steps:
> 1. From the working directory call “cordova emulate android” (this will start
> adb + the emulator)
> 2.Close the emulator
> 3.Now change the directory and try to delete the working directory. (It will
> complain as being in used).
> This happens due to android tools automatically launch the adb server in the
> working dir if it is not started yet,
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]