Build For CLI Demo
CLI Apps are built by default. You can find the executable file in the bin
or bin-arm
directory.
- To Build for Host OS:
- To Build for Android: (NDK is required)
The binary demo application should be located in the bin or bin-arm directory. If you need to test the command line demo on the Android platform, you can use the adb push
command to push the binary file to the device, and run it with the adb shell
command.