报错Failed to install the following SDK components: platforms;android-29 Android SDK Platform 29
时间:2020-11-18 12:25:18
收藏:0
阅读:26
报错Failed to install the following SDK components:
platforms;android-29 Android SDK Platform 29
解决方法:
更新licenses,然后重新build即可
cd /Users/tmh/Library/Android/sdk/tools/bin/
./sdkmanager --licenses
评论(0)