ecapture icon indicating copy to clipboard operation
ecapture copied to clipboard

How to compile the Android version?

Open backahasten opened this issue 2 years ago • 1 comments

您在readme中介绍了linux的编译方法,请问针对安卓设备应该如何编译呢? You introduced the compilation method of Linux in readme. How should I compile for Android devices?

backahasten avatar Aug 10 '22 02:08 backahasten

check https://blog.seeflower.dev/archives/172/

SeeFlowerX avatar Aug 10 '22 03:08 SeeFlowerX

也可以在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.

cfc4n avatar Aug 10 '22 12:08 cfc4n