Skip to content

Commit

Permalink
Added README on how to build
Browse files Browse the repository at this point in the history
  • Loading branch information
gtrivedi committed Mar 13, 2014
1 parent f7663b2 commit d8b61f3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions examples/accelerometer/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Python-for-android compilation:

./distribute.sh -m 'kivy plyer'
cd dist/default
./build.py --org.test.accelexample --name "Kivy Accelerometer" \
--dir /path/to/plyer/examples/accelerometer --version 1.0 \
debug installd


Buildozer:

cd /path/to/plyer/examples/accelerometer
buildozer init
# edit the buildozer.spec, then
buildozer android debug deploy run

0 comments on commit d8b61f3

Please sign in to comment.