Get executable output from Qt console application project with arm64-v8a compiler
Unsolved
General and Desktop
-
Hi, I have a Qt console application project which I have compiled with arm64-v8a and I can install and run the outputed apk on my Android device without any problem.
I want to know can I also get the executable output? Instead of running apk on my Android device, I want to run the executable output of my project in adb shell of my Android device using
./myExecutableFile
command. I can see the *.so file of my application but what about executable file?