I'm trying to install an apk file in my emulator. I navigated to the directory where the apk file is and typed adb install [name of file].apk
I received this response:
-bash: adb: command not found
What should I do? Please keep it simple as I don't know much about this.