ecapture
ecapture copied to clipboard
How to compile the Android version?
您在readme中介绍了linux的编译方法,请问针对安卓设备应该如何编译呢? You introduced the compilation method of Linux in readme. How should I compile for Android devices?
check https://blog.seeflower.dev/archives/172/
也可以在ARM架构的linux服务器上编译,命令是 ANDROID=1 make
编译co:re 版本的,或者ANDROID=1 make nocore
编译无co:re版本的。
You can compile on ARM-aarch64 linux server. with command ANDROID=1 make
for co:re version. with command ANDROID=1 make nocore
for co:re version.