Narasimha1997/fake-sms

Idk why it doesn't launch?

notime-coder opened this issue · 1 comments

Idk how to launch it in Termux, probably used launch like in closed issue +-1 month ago but i see only this message.
Screenshot_20210709-161505

It won't.

Because you are running on an ARM based platform, but the binary is compiled to run on x86 machine. Just run arch command on the target hardware to know your platform ISA. Then clone the repository on a system where Go is installed. Export GOARCH env to make go generate binary for the target platform, then use it.

Here is a guide of how to do cross compilation using GOARCH env variable.

https://opensource.com/article/21/1/go-cross-compiling