I am a newbie to Android development. I installed the Android studio at Ubuntu 20.04. I have installed Java (I know that the installation was ok since I used it also at Tizen development)
I try to build a project, but an error occurs:
Cannot determine path to 'tools.jar' library for Android API 21 Platform (/home/user/Android/Sdk)
I manually copied the tools.jar file into the sdk directory but nothing changed. Any ideas?