buildozer

mpmath and sympy error while packing apk with buildozer

两盒软妹~` 提交于 2020-05-07 09:30:44
问题 I am trying to build a apk but it keeps telling me that i need mpmath=>0.19. the problem is coming from sympy because when i built the apk without it everything worked as expected. I don't know why it need mpmath even when I include mpmath in the requirement I keep getting the same error. I need help please. buildozer.spec Command: buildozer android debug deploy run. Spec file: https://pastebin.com/71maKs5n Full Logs `https://pastebin.com/EvALr3fW` 回答1: This is a dependency ordering issue,

When building an apk for my samsung using buildozer an error occurs

巧了我就是萌 提交于 2020-02-05 02:38:27
问题 I don't know if the fault is in my python code or with buildozer so just ask if you need my python code! :). When I run buildozer android debug deploy run , buildozer ran for about 10 minutes and worked perfectly. It then shows the list of device attached and my device. After that the following error code occurs: adb: failed to install /home/casper/Desktop/myapp/bin/SNapp__armeabi-v7a-0.1-armeabi-v7a-debug.apk: Performing Streamed Install # Command failed: /home/casper/.buildozer/android

When building an apk for my samsung using buildozer an error occurs

萝らか妹 提交于 2020-02-05 02:37:38
问题 I don't know if the fault is in my python code or with buildozer so just ask if you need my python code! :). When I run buildozer android debug deploy run , buildozer ran for about 10 minutes and worked perfectly. It then shows the list of device attached and my device. After that the following error code occurs: adb: failed to install /home/casper/Desktop/myapp/bin/SNapp__armeabi-v7a-0.1-armeabi-v7a-debug.apk: Performing Streamed Install # Command failed: /home/casper/.buildozer/android

Why does Buildozer show `# Aidl not found, please install it.` even after I installed it?

拈花ヽ惹草 提交于 2020-01-25 21:19:07
问题 I have installed build-essential, libstdc++6,and, aidl itself: sudo apt-get install aidl Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: aspectj eclipse-platform-data eclipse-rcp fastjar fping jarwrapper junit4 kivy-doc kivy-tools libasm3-java libasm4-java libaspectj-java libcglib3-java libcommons-cli-java libcommons-codec-java libcommons-httpclient-java libeasymock-java

How to build kivy and Twisted in Buildozer

痞子三分冷 提交于 2020-01-25 08:24:46
问题 I am working on my first app, and I added twisted to the app via the kivy support function kivy.support.install_twisted_reactor. It works well in my development environment, but I can't get my buildozer settings right to get twisted to compile properly with the app. Any ideas as to which minimum settings are mandatory to get buildozer to compile twisted properly? I tried simply adding "twisted" to the requirements section, but clearly that's not enough... I could share my code, but I am

Buildozer Unsigned Release APK Saved in Windows Folder, Now Need to Zipalign and Sign It, Windows Environment

懵懂的女人 提交于 2020-01-16 14:07:52
问题 My progress thus far: Built an unsigned release APK with Kivy Buildozer VM, command: "buildozer android release". Moved that APK to a Dropbox folder. Installed Android Studio. Read several bits here, here and here, but could not get any of the commands to work from my Windows command prompt. And that's the whole of it. Several video and text tutorials later, and not one gave a clear-cut, step-by-step process of how to take an already built, unsigned APK and zipalign and sign it. Most assume

Buildozer Unsigned Release APK Saved in Windows Folder, Now Need to Zipalign and Sign It, Windows Environment

允我心安 提交于 2020-01-16 14:07:11
问题 My progress thus far: Built an unsigned release APK with Kivy Buildozer VM, command: "buildozer android release". Moved that APK to a Dropbox folder. Installed Android Studio. Read several bits here, here and here, but could not get any of the commands to work from my Windows command prompt. And that's the whole of it. Several video and text tutorials later, and not one gave a clear-cut, step-by-step process of how to take an already built, unsigned APK and zipalign and sign it. Most assume

Python Kivy - Why is Buildozer failing to push program to my phone?

↘锁芯ラ 提交于 2020-01-16 03:37:06
问题 I'm trying to run a simple Kivy testapp on Android, but I'm having problems getting Buildozer to build and push the APK to my phone. I'm running it inside a Linux (Ubuntu 64-bit) virtual machine; my host machine runs Windows 10. I have installed all prerequisites that I know of: zlib1g-dev, cython, openjdk-8-jdk, git, pip. I'm trying to run "buildozer android debug deploy run" as per the Kivy documentation's instructions and it seems like Buildozer gets pretty far into the process, but

Kivy app on android only loads (3 seconds) and then closes itself

不打扰是莪最后的温柔 提交于 2020-01-15 12:13:21
问题 SOLVED PROBLEM : I would like to ask about a Kivy-Python app just built using buildozer on the Oracle virtual machine. The app is written in Windows, python 3 using kivy and depends on numpy , and some .png file. Building the apk file : On the virtual machine Linux terminal, I have set the project folder that contains the main file main.py , and then run: buildozer android debug the process by this line took quite some time. The apk file has size of 11MB. After I plug in the phone, I ran (on

x11 - ImportError: No module named 'kivy.core.window.window_x11

别等时光非礼了梦想. 提交于 2020-01-15 07:13:20
问题 Currently I am trying to build an App that I wrote in Python and Kivy via buildozer. Whatever I am doing, I am running into problems with window_x11. Even if I comment all the windows related things out in the code or doing all the things described in this post. Here is a part of the error generated: x11 - ImportError: No module named 'kivy.core.window.window_x11' Another strange aspect is that I am using Python-3.x, but it keeps on saying about python-2.7. running cython ./kivy/core/window