buildozer

Kivy app build successfully using buildozer but crashes when opened on android phone

Deadly 提交于 2020-07-22 06:25:29
问题 I'm building an app using kivy and it works perfectly on my Linux laptop. I build the app for android using buildozer and the log does not show any errors. When it was complete, the apk file is created in the bin folder. I then copy the apk file and paste it on my phone storage and then install the app. When I open the app, it shows the kivy logo and loading... but then it crashes! I tried the whole day to find a solution but I could not achieve that. I find this command while googling the

Why does the Kivy app crash when using the paramiko module?

点点圈 提交于 2020-06-27 16:31:29
问题 I have an application using paramiko, the application itself is going well, but it crashes when you start it, I understand it's in the paramiko module. I have placed the white list next to main.py file and next to the black list file in the pythonforandroid/bootstraps/sdl2/build folder/ Part of my spec file: source.include_exts = py,png,jpg,kv,atlas requirements = kivy,kivymd,boto3,botocore,openssl,pyjnius,ecdsa,bcrypt,cryptography,paramiko, android osx.python_version = 3 osx.kivy_version = 1

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

*爱你&永不变心* 提交于 2020-05-24 03:56:05
问题 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 is the error which i get through buildozer logcat. 04-07 21:49:46.650 4622 4659 I python : [WARNING] [Base ] Unknown <android> provider 04-07 21:49:46.656 4622 4659 I python : [INFO ] [Base ] Start application main loop 04-07 21:49:48.162 4622

ERROR: No matching distribution found for Cython

佐手、 提交于 2020-05-17 08:49:16
问题 I'm traying to build android app with buildozer and kivy on ubuntu bash on widows 10 but I'm getting an error like this ERROR: Could not find a version that satisfies the requirement Cython (from versions: none) ERROR: No matching distribution found for Cython I don't knew what's the problem and how I can fix it please help the full log [INFO]: -> directory context /mnt/c/users/husam/kivy_apk/.buildozer/android/platform/build-armeabi-v7a/build [INFO]: -> running python3 -m venv venv [INFO]:

Kivmob - Interstitial ad not loading

谁都会走 提交于 2020-05-14 12:51:13
问题 I have been trying to add the library named kivmob to display ads in my application. Kivmob loads the banner ad but does not load the interstitial ad. I am confused as to why the banner works but not the interstitial. I have also tried with test IDs. Here is my main.py. from kivmob import KivMob from kivy.uix.widget import Widget from kivy.uix.screenmanager import ScreenManager, Screen, SlideTransition from kivy.properties import NumericProperty, ReferenceListProperty, ObjectProperty from

mpmath and sympy error while packing apk with buildozer

五迷三道 提交于 2020-05-07 09:31:28
问题 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,