Cartucho / android-touch-record-replay

How to record and replay touchscreen events on an Android device.
Apache License 2.0
224 stars 46 forks source link

recompile mysendevent #21

Closed yinchuang-code closed 4 years ago

yinchuang-code commented 4 years ago

It don't work after i use "arm-linux-gnueabi-gcc -static -march=armv8-a mysendevent.c -o mym" or use "aarch64-linux-android-gcc --static mysendevent.c -o myndk" to recompile mysendevent.c

Can anyone provide somehelp?

Cartucho commented 4 years ago

hello! how did you solve this?