Skip to content

Latest commit

 

History

History

android

Android Demo

How to build

cd mace/examples/android
./build.sh dynamic
# if libmace.a is needed, update `macelibrary/CMakeLists.txt` and run with `./build.sh static`.

Install

# running after build step and in `mace/exampls/android` directory
adb install ./app/build/outputs/apk/app/release/app-app-release.apk

Pre-built APK

Pre-built Android APK can be downloaded here.

Note

We use two big cores for CPU inference.