minicap icon indicating copy to clipboard operation
minicap copied to clipboard

Execute minicap has error: not execute: 64-bit ELF file

Open willysys opened this issue 8 years ago • 1 comments

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.

willysys avatar Nov 23 '16 08:11 willysys

Sounds like you pushed the wrong binary. Run adb shell getprop | grep abi and make sure you push the right one.

sorccu avatar Nov 23 '16 08:11 sorccu