Nativescript接受Android SDK许可证

时间:2017-05-13 08:01:02

标签: android nativescript nativescript-cli

目前我正试图进入NativeScript。

如何运行命令:

class DepositDuration:
        """A class that represents the duration object for use as a contract object"""
        def __init__(self, years, months, days):
            self.years = years
            self.months = months
            self.days = days

给我以下错误消息:

tns run android

我已经尝试完全卸载Android SDK Build-Tools以及SDK平台,并使用SDK Manager重新安装它。它不断提示此错误。

有人能告诉我如何摆脱这种情况,或者如何正确接受许可证?

我使用的是Windows 10。

1 个答案:

答案 0 :(得分:2)

我遇到了同样的问题......但是我通过执行以下操作解决了这个问题。

android update sdk --no-ui --filter build-tools-25.0.0,android-25,extra-android-m2repository

我希望能帮助