NativeScript for Windows 错误:Android SDK Build-tools v29 您可以安装以下范围内的任何版本:'>=23 <=28'

Mur*_*rah 3 nativescript nativescript-vue

当尝试在 2019 年 6 月遵循 NativeScript for Vue 快速入门:https://nativescript-vue.org/en/docs/getting-started/quick-start/ 时,Android SDK 版本为 29。

在命令$ tns run android --bundle或运行时tns doctor,我收到以下错误:You need to have the Android SDK Build-tools installed on your system. You can install any version in the following range: '>=23 <=28'是的,我也收到消息Your ANDROID_HOME environment variable is set and points to correct directory.,但当然它是版本 29,而不是'>=23 <=28'

其他 SO 响应似乎没有解决这个问题。

在这种情况下如何安装旧版本?

Pie*_*ter 9

在 Android SDK 管理器中,转到 SDK 工具选项卡,然后选中显示包详细信息复选框。然后将显示旧版本。

点击哪里