Questions tagged [buildozer]

Buildozer is a tool for creating application packages easily.

Buildozer is a tool that automates the creation of mobile applications.

It supports packaging for:

  • Android - Compilation done on only Linux or OSX
  • iOS - Compilation done on only OSX

It automates the use of:

  • python-for-android
  • kivy-for-ios
1108 questions
3
votes
0 answers

How to video stream using KIVY for Android

How do I video stream using Kivy Python deployed to Android 9.0 tablet with Buildozer? My goal is load an IP Camera (I am using some public IP camera for testing) and to draw on the frame before displaying it in the application. OpenCV VideoCapture…
Q2Learn
  • 173
  • 2
  • 9
3
votes
2 answers

Kivy app can't find/read my txt file in root directory Android

I created an app that just reads my txt and prints the contents to the screen with a Label, but it can't find my txt when I run the app on android, on windows works fine. Here is my code: from kivy.app import App from kivy.uix.label import…
Yaros
  • 155
  • 9
3
votes
0 answers

Buildozer building to an Android app module not found

I am building an app with buildozer on Ubuntu. I have successfully install an app on my Android phone and seen running. But when it moves after a loading screen, it shuts off by itself with: ModuleNotFoundError. Indicated not found name of modules…
George Kym
  • 55
  • 4
3
votes
3 answers

How to keep kivy service running in background in Android (service still run when switch to other App or lock the screen)?

I'm trying to build an android APP with kivy,my requirement is quit simple: When open the android APP,it will start counting from 0, and a prompt will pop up in the status bar every 5 seconds. The prompt content is the current count value. If the…
KuMasann
  • 711
  • 1
  • 7
  • 10
3
votes
0 answers

There is no python-for-android recipe available for Pyaudio

I have just lost hope on the speech recognition in Kivy for creating an APK with Buildozer. But when we use speech recognition in a Kivy code and build the APK with Buildozer. During building it gives error for PyAudio and port audio, So i have…
Amit Nikhade
  • 39
  • 1
  • 7
3
votes
2 answers

ERROR: Could not find a version that satisfies the requirement Cython (from versions: none) ERROR: No matching distribution found for Cython

OS - Ubuntu 18.04.4 LTS; python3; kivy 1.11.1; cython - 0.29.9 (as recommended for kivy 1.11.1, but also tried the latest version at today's date) When I executed buildozer -v android debug, many errors came but were sorted out with the blessings…
3
votes
2 answers

Error when trying to generate simple apk on Kivy Complete VM

Windows 10 x64 VirtualBox 6.1 Kivy Complete VM 0.7 I'm trying to generate a simple apk file and it always returns errors, I've tried to delete the virtual machine and create it again, thinking it was the result of some configuration done…
3
votes
1 answer

Kivy Apk Buildozer : ReferenceError: weakly-referenced object no longer exists

Can anyone tell me why my app is crashing. It's very strange that when i run my app for the first time it doesn't crash. but the next time i run it it crashes. I get something like this. i am using KIVYMD, KIVY, SOCKET, KIVY MAPVIEW , SQLITE3. below…
3
votes
1 answer

Buildozer Build failed: Couldn't find executable for CC

I run the command --buildozer android debug , because i wan to create a apk file to my phone,but after i reach this point [INFO]: Building libffi for armeabi-v7a **[ERROR]: Build failed: Couldn't find executable for CC.** This indicates a…
Jon Kim
  • 97
  • 1
  • 11
3
votes
1 answer

Running buildozer in docker

Hi, I've built the buildozer app according to the GitHub README, pwd is my project directory: $ docker run --volume "$(pwd)":/home/user/hostcwd buildozer android debug First time this command downloaded all the SDKs, built a lot of dependencies and…
Alexey Orlov
  • 2,412
  • 3
  • 27
  • 46
3
votes
0 answers

How do I solve the 'Missing executable: libtoolize is not installed' error (and others) when using Buildozer on Mac OSX?

I have built an app using the python language (3.7) with PyCharm, using Kivy, which runs fine within the PyCharm environment. I am relatively new to programming/python and to building an app, so I hope you can help. I made sure the py-part of my app…
James
  • 669
  • 1
  • 10
  • 21
3
votes
0 answers

Build APK 64 Bit Target SDK 28

I am trying to upload my apk on Google Play Console, however, I am facing the following two issues. Your app currently targets API level 27 and must target at least API level 28 to ensure it is built on the latest APIs optimized for security and…
Chitkaran Singh
  • 1,466
  • 2
  • 10
  • 18
3
votes
0 answers

Android .apk with kivy + matplotlib

First, I am sorry if this is a duplicate question but I have spent many hours before writing here looking for an answer and could not find any (that would work at least). I want to (ideally) compile a python (3.6/7) script into an android app. I…
Arce11
  • 51
  • 1
  • 8
3
votes
1 answer

Сommand failed: unzip /home/alexander/.buildozer/android/platform/android-ndk-r9c-linux-x86_64.zip

I am trying to compile an application created on Kivy with the help of a buildozer, I encountered many errors, most of them decided, but I can’t deal with this error. What should I do in this case? This is what the buildozer in the…
RavenZIP
  • 31
  • 2
3
votes
0 answers

buildozer android debug: c compiler error - cannot create executables - configure: exit77

I'm trying to compile an apk using buildozer and kivy. Seem to be having a similar problem like the one mentioned here: configure: error: C compiler cannot create executables - Buildozer kivy to android debuging platform: ubuntu-18.04.1 LTS gcc:…
spicyroland
  • 41
  • 1
  • 5