I followed the instructions from TechApple on how to install an android emulator. I followed all the steps, restarted the pc, but now I still cannot have my android avd command recognized.
The very top of my ~/.bashrc file is :
export PATH=${PATH}:~/android-sdk-linux/platform-tools
The error I get is :
alex@alex:~/android-sdk-linux/platform-tools$ android avd
android: command not found
What do I have to do next in order to get my emulator working?