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
The error message in case Android SDK Build tools are not installed says: "You need to have the Android SDK Build-tools installed on your system. You can install any version in the following range: '>=22 <=22'."
The "range" part of the message could be improved.
The text was updated successfully, but these errors were encountered:
This is a valid range in fact, but as you are the second person that points this as error (I still think it is not 😸 ) I'll try to show another message :)
* Fix incorrect message for selected target SDK (Bulgarian symbols were used)
* Improve message for build tools when the prefix and suffix have the same version (>=22 <=22) - #900
* Rename supportLibraryVersion to supportRepositoryVersion and improve messaging as Gradle does not work with Android Support Library - instead it works with Android Support Repository.
http://screencast.com/t/WaIK7DzQ
The error message in case Android SDK Build tools are not installed says: "You need to have the Android SDK Build-tools installed on your system. You can install any version in the following range: '>=22 <=22'."
The "range" part of the message could be improved.
The text was updated successfully, but these errors were encountered: