極力推薦文章:歡迎收藏
Android 干貨分享
重裝 Android Studio
之后發現出現以下錯誤,導致不能正常make Android
工程。
Fail 原因如下:
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,
沒有接受 許可協議導致的。
首先打開命令行,進入到報錯的sdk
路徑,找到可以處理licences
的文件
D:\software\test>cd ..
D:\software>cd sdk
D:\software\sdk>cd tools
D:\software\sdk\tools>cd bin
D:\software\sdk\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
..... 巴拉巴拉一大堆協議,請輸入y 否則不管用Android Studio
接受完協議之后就可以正常運行Android Studio
了。
至此,本篇已結束,如有不對的地方,歡迎您的建議與指正。同時期待您的關注,感謝您的閱讀,謝謝!