martmists
05/23/2023, 9:30 PMFailed to install the following Android SDK packages as some licences have not been accepted.
platforms;android-32 Android SDK Platform 32
build-tools;30.0.3 Android SDK Build-Tools 30.0.3
To build this project, accept the SDK license agreements and install the missing components using the Android Studio SDK Manager.
All licenses can be accepted using the sdkmanager command line tool:
sdkmanager.bat --licenses
Or, to transfer the license agreements from one workstation to another, see <https://developer.android.com/studio/intro/update.html#download-with-gradle>
Using Android SDK: /opt/android-sdk
Running the command gives:
$ sdkmanager.bat --licenses
zsh: command not found: sdkmanager.bat
$ sdkmanager --licenses
zsh: command not found: sdkmanager
McEna
05/24/2023, 1:53 AMmartmists
05/26/2023, 9:59 AM