Solution 1 :
If its compiled, you could probably just add it to your assets folder and execute good old bash with System.exec() or something.
Problem :
Suppose I find some source code that is designed to be compiled and run on a Windows machine and provide some ML solution to face detection. I now need a face detection application for android. What are the steps that I need to take so that I can add this source code as library to my android application, and make use of these features?
Comments
Comment posted by ML Kit face detection
You do realize that