python-for-android icon indicating copy to clipboard operation
python-for-android copied to clipboard

Turn your Python application into an Android APK

Results 320 python-for-android issues
Sort by recently updated
recently updated
newest added

### Versions * Python: 3.5.3 (running in virtualenv and in root) (seems to be running Python 3.7.1 on Android based on the logs) * OS: Ubuntu 17:04 * Kivy: 1.9.1...

bug

I'm using release-2019.06.06 and the loading screen turn to black while loading my app. The issue is coming from https://github.com/kivy/python-for-android/blob/release-2019.06.06/pythonforandroid/bootstraps/sdl2/build/src/main/java/org/kivy/android/PythonActivity.java inside ``` /** Confirm that the app's main routine has...

bug

There appears to be a flaky build failure in the blacklist test: ``` ============================ test session starts ============================== platform linux2 -- Python 2.7.6, pytest-4.4.0, py-1.8.0, pluggy-0.9.0 cachedir: .tox/py27/.pytest_cache rootdir: /home/travis/build/kivy/python-for-android...

need-analysis
bug

SDL2 bootstrap pulls in SDL2, pulls in SDL_mixer, which currently compiles with timidity which has artistic license. I'm just leaving it here so it isn't forgotten: Artistic License apparently has...

sdl2 backend

### Versions * Python: 2.7.15 * OS: Fedora 28 * Kivy: not used * Cython: not used ### Description `p4a apk --help` doesn't list all options, and has no URL...

I might be doing something wrong, but I ran the following command to attempt to build a signed apk: p4a apk --keystore /root/keystore.jks --signkey spenkey --keystorepw=`` --signkeypw=`` --release --debug --private...

Specifying `p4a ... --name "Tom's App"` will break the build: `/root/.local/share/python-for-android/dists/unnamed_dist_1/build/intermediates/res/merged/release/values/values.xml:3: AAPT: Apostrophe not preceded by \`

I used this build command: ```p4a apk --debug --private /my-app/ --orientation user --window --package=org.example.myapp --name "My application" --version 0.1 --bootstrap=sdl2 --requirements=python3crystax,sdl2,pysdl2,pyjnius --arch=armeabi-v7a``` It failed with a `Java heap space` error:...

allow tweaking it and using the tweaked version in future builds.

core-providers

### Versions * Python: 3.7.1 * OS: Ubuntu 18.04.2 * Kivy: 1.11 * Cython: 0.29.9 * Android: 9 Pie (EMUI 9.1, Huawei P30 Pro) * Buildozer: 0.40.dev0 ### Description 1....