Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

android

README.md

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.