[
https://issues.apache.org/jira/browse/CB-9404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639051#comment-14639051
]
ASF GitHub Bot commented on CB-9404:
------------------------------------
GitHub user alsorokin opened a pull request:
https://github.com/apache/cordova-android/pull/203
CB-9404 Fixed an exception when path contained -debug or -release
https://issues.apache.org/jira/browse/CB-9404
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MSOpenTech/cordova-android CB-9404
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-android/pull/203.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 #203
----
commit 1ad0665eb5de32e7b7eabed4032f59984270b2fa
Author: alsorokin <[email protected]>
Date: 2015-07-23T15:55:11Z
CB-9404 Fixed an exception when path contained -debug or -release
----
> 'cordova run android --release' fails if path contains '-release' and '-debug'
> ------------------------------------------------------------------------------
>
> Key: CB-9404
> URL: https://issues.apache.org/jira/browse/CB-9404
> Project: Apache Cordova
> Issue Type: Bug
> Components: Android
> Reporter: Alexander Sorokin
> Assignee: Alexander Sorokin
> Priority: Minor
>
> {code}
> mkdir foo-release-debug-bar
> cd foo-release-debug-bar
> cordova create helloWorld
> cd helloWorld
> cordova platform add android
> cordova run android --release
> {code}
> {quote}
> BUILD SUCCESSFUL
> Total time: 1 mins 21.038 secs
> Built the following apk(s):
>
> C:\Projects\Testing\foo-release-debug-bar\helloWorld\platforms\android\build\outputs\apk\android-release-unsigned.apk
> C:\Projects\Testing\foo-release-debug-bar\helloWorld\platforms\android\cordova\node_modules\q\q.js:126
> throw e;
> ^
> Error: Could not find apk architecture: arm build-type: release
> at Object.module.exports.findBestApkForArchitecture
> (C:\Projects\Testing\foo-release-debug-bar\helloWorld\platforms\android\cordova\lib\build.js:621:11)
> at
> C:\Projects\Testing\foo-release-debug-bar\helloWorld\platforms\android\cordova\lib\emulator.js:308:30
> at _fulfilled
> (C:\Projects\Testing\foo-release-debug-bar\helloWorld\platforms\android\cordova\node_modules\q\q.js:798:54)
> at self.promiseDispatch.done
> (C:\Projects\Testing\foo-release-debug-bar\helloWorld\platforms\android\cordova\node_modules\q\q.js:827:30)
> at Promise.promise.promiseDispatch
> (C:\Projects\Testing\foo-release-debug-bar\helloWorld\platforms\android\cordova\node_modules\q\q.js:760:13)
> at
> C:\Projects\Testing\foo-release-debug-bar\helloWorld\platforms\android\cordova\node_modules\q\q.js:526:49
> at flush
> (C:\Projects\Testing\foo-release-debug-bar\helloWorld\platforms\android\cordova\node_modules\q\q.js:108:17)
> at process._tickCallback (node.js:419:13)
> ERROR running one or more of the platforms: Error: cmd: Command failed with
> exit code 8
> You may not have the required environment or OS to run this project
> {quote}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]