Not able to push frida server in Android 8.1 hosted on Genymotion

119 Views Asked by At

I am trying to push frida-server in android version8.1 API 27 hosted on Genymotion (emulator Version 3.5.1) but i am getting this error

┌──(kali㉿kali)-[~/frida_files]
└─$  adb push frida-serverx86 /sdcard/
adb: error: failed to read copy response
frida-serverx86: 1 file pushed, 0 skipped. 10.6 MB/s (51595900 bytes in 4.663s)
adb: error: failed to read copy response

frida-server version is frida-server-16.1.3-android-x86.xz 

i tried reinstalling adb and installed frida-server again unziped it named frida-serverx86 again tried pushing it its not working, I also tried with other andorid versions like 7.1

How can i resolve this?

0

There are 0 best solutions below