[
https://issues.apache.org/jira/browse/CB-6543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13983866#comment-13983866
]
ASF GitHub Bot commented on CB-6543:
------------------------------------
GitHub user huningxin opened a pull request:
https://github.com/apache/cordova-android/pull/99
CB-6543: Fix cordova/run failure when no custom_rules.xml available.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/huningxin/cordova-android-1 fix_custome_rules
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-android/pull/99.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 #99
----
commit 167e82f3980bd10168f0bda144dcd6b32f944b9d
Author: Ningxin Hu <[email protected]>
Date: 2014-04-24T08:05:42Z
CB-6543: Fix cordova/run failure when no custom_rules.xml available.
----
> cordova/run fails when there is no custom_rules.xml
> ---------------------------------------------------
>
> Key: CB-6543
> URL: https://issues.apache.org/jira/browse/CB-6543
> Project: Apache Cordova
> Issue Type: Bug
> Components: Android
> Affects Versions: Master
> Reporter: Ningxin Hu
>
> Reproduce steps:
> 1. create a project as
> cordova-android/bin/create hello
> 2. remove custom_rules.xml to build project to bin
> cd hello; rm custom_rules.xml; cordova/build
> 3. run hello
> cordova/run
> Step 3 will fail with error "ERROR : unable to find project ant-build
> directory, could not locate .apk"
--
This message was sent by Atlassian JIRA
(v6.2#6252)