-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
Comments
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
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.The text was updated successfully, but these errors were encountered: