python-for-android
python-for-android copied to clipboard
Turn your Python application into an Android APK
### Versions * Python: 3.7.4 * OS: Ubuntu 18.04 * Kivy: 1.11.1 * Cython: 0.29.13 ### Description I have a project that was compiling and running perfectly. In my main.py,...
As the number of regular contributors increase, code styling starts to becoming an issue. Hence we've been wondering if we should introduce [Black, The Uncompromising Code Formatter](https://pypi.org/project/black/). [Dusty Phillips](https://www.amazon.com/s?k=dusty+phillips) properly...
### Versions * Python:3.6 * OS:ubuntu16.04 * Kivy: * Cython: ### Description I want use NFC on andriod,andriod nfc intent not being “called” ### buildozer.spec i changed two place in...
Due to an upcoming potential issue with [pip's new feature of "build isolation" being likely problematic for python-for-android](https://github.com/pypa/pip/issues/6718), we've been [asked to establish a communication channel by the pip developers](https://github.com/pypa/pip/issues/6718#issuecomment-514956452)...
Currently there is no way to tell `p4a apk` to use existing dist without rebuilding it. The `--no-allow-replace-dist` flag results in failure: > [INFO]: No existing dists meet the given...
If android.arch or android.api is changed and build is run again, it does not pick up the changes. a clean must be performed before the changes are reflected. Expected: the...
p4a version: git master os: opensuse tumbleweed i have created ./recipes dir with `__init__.py` and `kivy_async.py`: ```python from pythonforandroid.recipes.kivy import KivyRecipe class KivyAsyncRecipe(KivyRecipe): version = '1.11.0' url = 'https://github.com/matham/kivy/archive/async-support.zip' name...
p4a version: git master os: opensuse tumbleweed I tried to build apk with command: `p4a apk --private /home/z/pproj/paradox_ssh/ --version=1.7 --bootstrap=sdl2 --local-recipes=./recipes --requirements=python3,kivy-async,openssl,sqlite3,pil,requests,sdl2,plyer --whitelist=./whitelist.txt --permission=CALL_PHONE --permission=INTERNET --orientation=portrait --package=org.spbelect.paradox2 --name="paradox2" --release` got...
We currently carry around a few things which I think would be worth removing soon: - [ ] Python 3 CrystaX support: it causes lots of conditionals and special paths,...
### Versions * Python: 2.7 * OS: Ubuntu 18.04 * Kivy: 1.10.1 Dev * Cython: 0.24 * pyjnius (1.1.4) ### Description This issue was raised previously in #1414 however the...