Skip to content
gsathya edited this page Sep 3, 2014 · 3 revisions

Building centinel for android

OSX

$ pip install cython kivy buildozer
$ cd centinel/

# connect android phone to system
$ buildozer --verbose android debug deploy run

Notes

  • centinel/buildozer.spec contains the various config vars for building the android app.
  • centinel/main.py contains the android UI code.
  • Adding requests seems to crash the build on OSX. Remove it from backend.py before building.