File: README

package info (click to toggle)
python-plyer 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,724 kB
  • sloc: python: 13,395; sh: 217; makefile: 177
file content (17 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Compass example.


Python-for-android compilation:

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


Buildozer:

	cd /path/to/plyer/examples/compass
	# edit the buildozer.spec if required, then
	buildozer android debug deploy run