I am trying to create a LittleKT project in Visual Studio Code. I realized that I needed an Android SDK, so I downloaded the command line tools. I realized that I also needed to install build-tools;30.0.2 for my Android SDK. When I tried using the SDK Manager to do this in my Linux terminal, I got the following error:
Warning: Dependant package with key emulator not found!
Warning: Unable to compute a complete list of dependencies.
I have seen other problems like this, but they usually have solutions that involve methods unavailable to me. I run Linux on a chromebook and want to create LittleKT projects for JVM with Visual Studio Code.
Any advice would be greatly appreciated. Thanks!