Failed to install the following Android SDK packages as some licences have not been accepted.

启动android studio 后构建项目提示sdklicense未被接受,如下:

Failed to install the following Android SDK packages as some licences have not been accepted.
   build-tools;28.0.3 Android SDK Build-Tools 28.0.3
   platforms;android-28 Android SDK Platform 28
To build this project, accept the SDK license agreements and install the missing components using the Android Studio SDK Manager.
Alternatively, to transfer the license agreements from one workstation to another, see http://d.android.com/r/studio-ui/export-licenses.html

Using Android SDK: D:\software\sdk

解决方案就是接受该安卓sdk的license:

C:\Users\DELL\AndroidSDK>cd tools
C:\Users\DELL\AndroidSDK\tools>cd bin
C:\Users\DELL\AndroidSDK\tools\bin>sdkmanager --licenses
Warning: File C:\Users\Administrator\.android\repositories.cfg could not be loaded.
6 of 6 SDK package licenses not accepted.
Review licenses that have not been accepted (y/N)? y

最后以管理员身份重启Android studio即可。

你可能感兴趣的:(Android,android,android,studio)