Skip to content
darrenl edited this page Nov 18, 2016 · 1 revision

How do I start from scratch?

Grab the source

git clone --recursive https://github.com/tzutalin/dlib-android.git
cd dlib-android

Download 3rd parties libraries and sync submodules

./envsetup

Build the project using scripts

python build.py

Then, it will output the shared library, libandroid_dlib.so, to libs and androidstudio-examples/dlib-android-app/dlib/src/main/jniLibs folders.

Once you build the shared library successfully, you can open its AndroidStudio's project androidstudio-examples/dlib-android-app to build Android app and install it into your device.

Clone this wiki locally