Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to specify Android Target SDK #552

Closed
rosen-vladimirov opened this issue Jun 11, 2015 · 0 comments
Closed

Add option to specify Android Target SDK #552

rosen-vladimirov opened this issue Jun 11, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@rosen-vladimirov
Copy link
Contributor

When using $ tns platform add android I would like to be able to specify target SDK. For example
$ tns platform add android --sdk MNC should create a project, targeting MNC API Level,
$ tns platform add android --sdk 19 should create a project, targeting API Level 19.

@rosen-vladimirov rosen-vladimirov self-assigned this Jun 11, 2015
@rosen-vladimirov rosen-vladimirov added this to the 1.1.1 milestone Jun 11, 2015
rosen-vladimirov added a commit that referenced this issue Jun 11, 2015
* Add Android API Level 22 to supported versions. This way in case you have only API Level 22 installed, you will be able to use it and create Android project. Implements #551
* Add --sdk option to `$ tns platform add android` command. This option gives you the ability to specify the SDK that you would like to use. In case the value is below 17, an error will be raised. In case the value is not in the supported versions, a warning will be shown, that some functionality may not work as expected. Implements #552
rosen-vladimirov added a commit that referenced this issue Jun 11, 2015
* Add Android API Level 22 to supported versions. This way in case you have only API Level 22 installed, you will be able to use it and create Android project. Implements #551
* Add --sdk option to `$ tns platform add android` command. This option gives you the ability to specify the SDK that you would like to use. In case the value is below 17, an error will be raised. In case the value is not in the supported versions, a warning will be shown, that some functionality may not work as expected. Implements #552
rosen-vladimirov added a commit that referenced this issue Jun 11, 2015
* Add Android API Level 22 to supported versions. This way in case you have only API Level 22 installed, you will be able to use it and create Android project. Implements #551
* Add --sdk option to `$ tns platform add android` command. This option gives you the ability to specify the SDK that you would like to use. In case the value is below 17, an error will be raised. In case the value is not in the supported versions, a warning will be shown, that some functionality may not work as expected. Implements #552
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants