You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
* 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
* 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
* 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
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.
The text was updated successfully, but these errors were encountered: