Reputation: 66
first post here hello everyone;
im trying to setup flutter without android studio in Ubuntu 19.10, but im having some problems to set up the android sdk:
Android sdkmanager tool not found (/home/mateo/tools/bin/sdkmanager).
my sdk is actually located in /home/mateo/tools/cmdline-tools/latest/bin, how can i change the variable (or whatever it is) to point to the new location?
this is what i get in the terminal
i've already tried changing the following env variables, but the error is still there.
export ANDROID_SDK_HOME='/home/mateo/cmdline-tools/latest/bin/sdkmanager'
export ANDROID_HOME='/home/mateo/cmdline-tools/latest/bin/sdkmanager'
thanks in advance
Upvotes: 0
Views: 559
Reputation: 629
Upvotes: 1