Skip to content

Add support for Android 5.1.1 (API Level 22) #551

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

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

Add support for Android 5.1.1 (API Level 22) #551

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

Comments

@rosen-vladimirov
Copy link
Contributor

CLI has list of supported and verified android API Levels. In the moment Android 5.1.1 is not part of this list, which is causing failure when you have only this API Level installed from Android SDK. The error message is:
Please install Android target 17. Make sure you have the latest Android tools installed as well. Run "android" from your command-line to install/update any missing SDKs or tools.

NOTE: In order to test this, you must remove all other SDKs and add only API Level 22 (but not MNC) and make sure you can successfully build and deploy the app on device/emulator.

@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