You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Mike Reinstein (JIRA)" <ji...@apache.org> on 2012/09/27 02:29:07 UTC

[jira] [Created] (CB-1551) Android build, debug, emulate scripts should check xcode version

Mike Reinstein created CB-1551:
----------------------------------

             Summary: Android build, debug, emulate scripts should check xcode version
                 Key: CB-1551
                 URL: https://issues.apache.org/jira/browse/CB-1551
             Project: Apache Cordova
          Issue Type: Improvement
         Environment: Mac OS X, Windows, Linux
            Reporter: Mike Reinstein
            Priority: Minor


Need to check that the user has the right SDKs installed before proceeding. 

the minimum version for Android is 4.1. APKs are backwards compatible, so as long as you have code to handle API levels, use reflection and other tricks, a 4.1 APK will work all the way back to Android 2.1 (or even 1.6).

As far as SDK compatibility, we need the latest released Android SDK, which is currently r20. We don't support r21 at the moment, and we don't test with against previous SDK versions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CB-1551) Android build, debug, emulate scripts should check SDK version(s)

Posted by "Mike Reinstein (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Reinstein updated CB-1551:
-------------------------------

    Summary: Android build, debug, emulate scripts should check SDK version(s)  (was: Android build, debug, emulate scripts should check xcode version)
    
> Android build, debug, emulate scripts should check SDK version(s)
> -----------------------------------------------------------------
>
>                 Key: CB-1551
>                 URL: https://issues.apache.org/jira/browse/CB-1551
>             Project: Apache Cordova
>          Issue Type: Improvement
>         Environment: Mac OS X, Windows, Linux
>            Reporter: Mike Reinstein
>            Priority: Minor
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Need to check that the user has the right SDKs installed before proceeding. 
> the minimum version for Android is 4.1. APKs are backwards compatible, so as long as you have code to handle API levels, use reflection and other tricks, a 4.1 APK will work all the way back to Android 2.1 (or even 1.6).
> As far as SDK compatibility, we need the latest released Android SDK, which is currently r20. We don't support r21 at the moment, and we don't test with against previous SDK versions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CB-1551) Android build, debug, emulate scripts should check SDK version(s)

Posted by "Filip Maj (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Filip Maj updated CB-1551:
--------------------------

    Component/s: Android
       Assignee: Joe Bowser
    
> Android build, debug, emulate scripts should check SDK version(s)
> -----------------------------------------------------------------
>
>                 Key: CB-1551
>                 URL: https://issues.apache.org/jira/browse/CB-1551
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Android
>         Environment: Mac OS X, Windows, Linux
>            Reporter: Mike Reinstein
>            Assignee: Joe Bowser
>            Priority: Minor
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Need to check that the user has the right SDKs installed before proceeding. 
> the minimum version for Android is 4.1. APKs are backwards compatible, so as long as you have code to handle API levels, use reflection and other tricks, a 4.1 APK will work all the way back to Android 2.1 (or even 1.6).
> As far as SDK compatibility, we need the latest released Android SDK, which is currently r20. We don't support r21 at the moment, and we don't test with against previous SDK versions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (CB-1551) Android build, debug, emulate scripts should check SDK version(s)

Posted by "Filip Maj (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Filip Maj reassigned CB-1551:
-----------------------------

    Assignee: Mike Reinstein  (was: Joe Bowser)
    
> Android build, debug, emulate scripts should check SDK version(s)
> -----------------------------------------------------------------
>
>                 Key: CB-1551
>                 URL: https://issues.apache.org/jira/browse/CB-1551
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Android
>         Environment: Mac OS X, Windows, Linux
>            Reporter: Mike Reinstein
>            Assignee: Mike Reinstein
>            Priority: Minor
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Need to check that the user has the right SDKs installed before proceeding. 
> the minimum version for Android is 4.1. APKs are backwards compatible, so as long as you have code to handle API levels, use reflection and other tricks, a 4.1 APK will work all the way back to Android 2.1 (or even 1.6).
> As far as SDK compatibility, we need the latest released Android SDK, which is currently r20. We don't support r21 at the moment, and we don't test with against previous SDK versions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (CB-1551) Android build, debug, emulate scripts should check SDK version(s)

Posted by "Mike Reinstein (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Reinstein reassigned CB-1551:
----------------------------------

    Assignee:     (was: Mike Reinstein)
    
> Android build, debug, emulate scripts should check SDK version(s)
> -----------------------------------------------------------------
>
>                 Key: CB-1551
>                 URL: https://issues.apache.org/jira/browse/CB-1551
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Android
>         Environment: Mac OS X, Windows, Linux
>            Reporter: Mike Reinstein
>            Priority: Minor
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Need to check that the user has the right SDKs installed before proceeding. 
> the minimum version for Android is 4.1. APKs are backwards compatible, so as long as you have code to handle API levels, use reflection and other tricks, a 4.1 APK will work all the way back to Android 2.1 (or even 1.6).
> As far as SDK compatibility, we need the latest released Android SDK, which is currently r20. We don't support r21 at the moment, and we don't test with against previous SDK versions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira