Hello everyone,
I am new to Android/NDK development, and seeking for some advice of my project.
This project is to port a large legacy C/C++ program into android. Currently this program is built in yocto, and it is multiple threads and multiple process. Currently compile as C++ 11 and run as a Linux application.
In this program, it basically read some configure and send some UDP packages. It does not access other hardwares.
For this type of program, may I know if possible to build in NDK and of course some modifications to expose JNI to java etc to init and run?
Eventually needs wrap this C/C++ programs to a APK file and run in Android.
If possible, may I know what is the general guideline to do that?
If not possible, may I know what is the major problems.
thanks a lot