[
https://issues.apache.org/jira/browse/CB-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13422984#comment-13422984
]
Jan Becicka commented on CB-1139:
---------------------------------
I'm not good at sh scripting, but fix should be rather simple:
22c22
< # ./create [path package activity]
---
> # ./create [path package activity --target target]
87a88,91
> if [ "$4" == "--target" ]
> then
> TARGET=$5
> else
88a93
> fi
> Android "create" command line tool does not support "target" argument
> ---------------------------------------------------------------------
>
> Key: CB-1139
> URL: https://issues.apache.org/jira/browse/CB-1139
> Project: Apache Cordova
> Issue Type: Bug
> Components: Android
> Affects Versions: 2.0.0
> Reporter: Jan Becicka
> Assignee: Joe Bowser
>
> Android command line tool does not support "target" argument and it usage is
> very limited, because it takes latest available target, which is in my case
> Android 4.1. But there is almost no real devices with target Android 4.1. I
> think, that most developers want to develop for 2.3. I think, that create
> command for android must support "--target" option to be usable out of the
> box.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira