is it possible to make executable binary without using android studio on linux?
example
adb shell /system/bin/ifconfig
log
Encap link: Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope: Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:159 errors:0 dropped:0 overruns:0 frame:0
TX packets:159 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:524428 TX bytes:524428
........ more
For this example, the executable doesn't need to do anything in particular—just hello world code is okay.