And of course, the issue was my path all along... It should have been:
export ANDROID_HOME="/home/mkrul/.android/sdk"export PATH="${PATH}:${ANDROID_HOME}/tools/:${ANDROID_HOME}/platform-tools/:${ANDROID_HOME}/platforms/"
And of course, the issue was my path all along... It should have been:
export ANDROID_HOME="/home/mkrul/.android/sdk"export PATH="${PATH}:${ANDROID_HOME}/tools/:${ANDROID_HOME}/platform-tools/:${ANDROID_HOME}/platforms/"