IntelliJ told me to update my android plugin, but ...
# android
m
IntelliJ told me to update my android plugin, but now I'm getting this error:
Copy code
Failed 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:
Copy code
$ sdkmanager.bat --licenses
zsh: command not found: sdkmanager.bat

$ sdkmanager --licenses
zsh: command not found: sdkmanager
not kotlin but kotlin colored 1
m
.bat files are windows (DOS, actually) executable scripts. Lose the .bat
m
As you can see I removed the .bat and it still gave an error