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

### Logs ``` make[1]: *** [CMakeFiles/Makefile2:999: unittest/libmysql/CMakeFiles/errors.dir/all] Error 2 ld: error: undefined symbol: endpwent >>> referenced by mf_pack.c >>> mf_pack.c.o:(unpack_dirname) in archive ../libmysql/libmysqlclient.a clang-14: error: linker command failed with exit...

recipe
bug

### Logs ``` make[4]: Entering directory '/home/bobf/ex/regression/.buildozer/android/platform/build-arm64-v8a/build/other_builds/harfbuzz/arm64-v8a__ndk_target_21/harfbuzz/src' make[4]: warning: -j12 forced in submake: resetting jobserver mode. GEN libharfbuzz.la GEN harfbuzz.pc GEN harfbuzz-subset.pc CXX libharfbuzz_subset_la-hb-subset-cff1.lo CXXLD main CXXLD test CXXLD test-buffer-serialize...

recipe
bug
Priority: Low

### Logs ``` In file included from ./slp_platformselect.h:47: ./platform/switch_aarch64_gcc.h:62:51: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] __asm__ volatile ("mov %0, #0" :...

recipe
bug

### Logs ``` [1m[90m[DEBUG][39m[0m: [90m->[0m running python3 setup.py build_ext [0m [1m[90m[DEBUG][39m[0m: Traceback (most recent call last): [1m[90m[DEBUG][39m[0m: File "/home/bobf/ex/regression/.buildozer/android/platform/build-arm64-v8a/build/other_builds/gevent/arm64-v8a__ndk_target_21/gevent/setup.py", line 46, in [1m[90m[DEBUG][39m[0m: from _setuplibev import libev_configure_command [1m[90m[DEBUG][39m[0m: File "/home/bobf/ex/regression/.buildozer/android/platform/build-arm64-v8a/build/other_builds/gevent/arm64-v8a__ndk_target_21/gevent/_setuplibev.py",...

recipe
bug

### Logs ``` [1m[INFO][0m: [36m-> directory context /home/bobf/ex/regression/.buildozer/android/platform/build-arm64-v8a/build/other_builds/atom/arm64-v8a__ndk_target_21/atom[39m [1m[90m[DEBUG][39m[0m: [90m->[0m running python3 setup.py build_ext -v[0m [1m[90m[DEBUG][39m[0m: Traceback (most recent call last): [1m[90m[DEBUG][39m[0m: File "/home/bobf/ex/regression/.buildozer/android/platform/build-arm64-v8a/build/other_builds/atom/arm64-v8a__ndk_target_21/atom/setup.py", line 13, in [1m[90m[DEBUG][39m[0m: from cppy...

recipe
bug

### Logs ``` [1m[INFO][0m: setuptools said it is already built, skipping [1m[INFO][0m: [1m[32mBuilding atom for arm64-v8a [0m[39m[ [1m[INFO][0m: atom apparently isn't already in site-packages [1m[INFO][0m: Building compiled components in atomy...

recipe
bug

### Logs ``` [1m[90m[DEBUG][39m[0m: From https://github.com/hynek/argon2-cffi [1m[90m[DEBUG][39m[0m: * tag 20.1.0 -> FETCH_HEAD [1m[90m[DEBUG][39m[0m: -> running git checkout 20.1.0 [1m[90m[DEBUG][39m[0m: error: pathspec '20.1.0' did not match any file(s) known to git...

recipe
bug

a re-open of kivy/buildozer#1388 because it's not fixed ; was closed because comments point to other issues which point back to kivy/buildozer#1388 ### Versions * Python: 3.8.0,. 3.9.5, 3.10.10 *...

* As hinted by @misl6 the prerequisites is the place where whole build environment can be bootstrapped. * On macOS `brew` is used to install packages, prerequisites depends on it,...

feature-request

* TODO: Add Aidl instllaion to prerequisites on macOS (brew is already present). ``` # Check that aidl can be executed # Search for Aidl # Aidl not found, please...

feature-request