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