minicap
minicap copied to clipboard
Execute minicap has error: not execute: 64-bit ELF file
I build minicap by ndk-build, and then push minicap file to android devices. But there is error 'not execute: 64-bit ELF file when execute minicap. Thanks for your any help.
Sounds like you pushed the wrong binary. Run adb shell getprop | grep abi
and make sure you push the right one.