Skip to content

Files

android

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 17, 2021
Jul 22, 2021
Jul 22, 2021
May 15, 2019
May 15, 2019
Jul 22, 2021
Jul 22, 2021
May 15, 2019
May 15, 2019
May 15, 2019
May 15, 2019
May 15, 2019

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.