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 (13 lines) | stat: -rw-r--r-- 359 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Python-for-android compilation:

	./distribute.sh -m 'kivy plyer'
	cd dist/default
	./build.py --package org.test.gps --name "GPS example" \
		--private ~/path/to/plyer/examples/gps --version 1 \
		--permission ACCESS_FINE_LOCATION \
		--permission ACCESS_COARSE_LOCATION \
		--permission INTERNET \
		--window \
		--orientation portrait \
		debug installd