Failed to install the following
2020-08-15 本文已影响0人
vivianXIa

DOWN下来的react-native项目报错,Failed to install the following Android SDK packages as some licences have not been accepted。
解决:
进入目录:D:\software\android\androidSDK\tools\bin(不同电脑前边地址不同)
执行:
sdkmanager.bat --licenses
一路y到底就可以了。
