This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
Has anyone tried running K3Conf on Android SDK? My customer has tried building K3Conf and running it on their system, but so far have been unsucessful.
It appears to be requiring libc.so.6 which doesn't exist in the Android file system, so customer tried creating a symlink of the existing libc.so, and has also tried statically linking the executable in order to avoid having the dependency and it's still not running.
Any suggestions on how to get this working within Android?
Munan
The k3conf needs to be built statically for using on Android system. Support for building k3conf as a statically linked binary is added now.
https://git.ti.com/cgit/k3conf/k3conf/tree/README.md#n49
You can build one using the instruction above and use it for Android.
Hi Vishal,
Thanks for providing the statically compiled binary, this did fix the issue for Android and customer is able to load and run K3conf.
Munan