python-for-android
python-for-android copied to clipboard
Automatically exported from code.google.com/p/python-for-android
* What device(s) are you experiencing the problem on? Samsung Galaxy Tab E (SM-T116BU) * What OS version are you running on the device? Android 4.4.4 KitKat * What version...
Can you release prebuilt image for aarch64? I checked only arm32 and x86.
**Hello please add build.gradle in root path & this remove in .gitignor thanks**
1
Any plans to support Android 9?
What device(s) are you experiencing the problem on? Asus Fonepad 7 ME372CG with x86 Intel Atom Z2560 What OS version are you running on the device? android 5.0 What version...
in x86 system ``` >>> str(0.1) "0.1" ``` in py4a ``` >>> str(0.1) '0.1000000000000000056' ``` This is not precision issue, this is float.__format__ behavior difference. I couldn't find the this...
Hi guis, I have this error message importing modules in Python for Android: **Errorjava.io.FileNotFoundException:/data/data/com.googlecode.pythonforandroid/files/python/egg-info/python_r-*.zip/files.txt: open failed: ENOENT (No such file or directory)** where * is all versions of modules that...
64bit file size is not configure in python3, see #107
PYTHONHOME environment cause segfault in python3 binary. | item | description | | --- | --- | | python | python3.4.3 | | binary | r18 | | android |...