“Failed to install the following Android SDK packages as some licences have not been accepted” error

前端 未结 17 1232
野性不改
野性不改 2020-12-02 08:08

I am getting this error in jitpack, I\'ve tried everything on the internet. Below is my error

Failed to install the following Android SDK packages as some l         


        
17条回答
  •  时光取名叫无心
    2020-12-02 08:52

    in Windows OS go to your sdkmanager path then execute

    ./sdkmanager.bat --licenses
    

    You can find your sdkmanager in C:\Users\USER\AppData\Local\Android\Sdk\tools\bin

    To find your actual android SDK path follow the red marked area of the below picture

提交回复
热议问题