最近在自己的windows 笔记本上搭建React Native的开发环境,在项目中运行react-native run-android的时候出现了错误,错误是由于Android-23和相应的build tools没有accept licences。
在错误的log中有如下的打印(就没有截图了,只是显示了相应的一些比较有标志性的log):
Checking the license for package Android SDK Build-Tools 23.0.1 in XXX
You have not accepted the license agreements of the following SDK components: XXX
通过查阅相应的资料,解决方案是:
打开命令行,进到tools/bin目录,
输入如下:
sdkmanager.bat --licenses
- 1
然后根据输出输入相应的y来accept即可。
如果遇到相似问题的朋友,还是没有解决的话,可以留言,我们可以讨论~
You have not accepted the license agreements of the following SDK components