buildozer

IOError: [Errno 2] No such file or directory: u'/…/RetroApp-debug.apk'

风流意气都作罢 提交于 2019-12-01 01:33:00
I'm beginner in kivy library programming, but I have done very simple application, like in Kivy tutorial. On desktop it works cool. But than I wanted to do .apk file(Hadn't used Linux). I've tried a lot of steps to do an .apk file, but finally when I've installed and opened this program. It had an error. I've tried a lot of specs and new_android, but nothing worked. Finally I've updated my buildozer to the last version. But now, after buildozer android debug, he writes this error: IOError: [Errno 2] No such file or directory: u'/home/kivy/reyyy/.buildozer/android/platform/build/dists/RetroApp

IOError: [Errno 2] No such file or directory: u'/…/RetroApp-debug.apk'

我的梦境 提交于 2019-11-30 20:15:40
问题 I'm beginner in kivy library programming, but I have done very simple application, like in Kivy tutorial. On desktop it works cool. But than I wanted to do .apk file(Hadn't used Linux). I've tried a lot of steps to do an .apk file, but finally when I've installed and opened this program. It had an error. I've tried a lot of specs and new_android, but nothing worked. Finally I've updated my buildozer to the last version. But now, after buildozer android debug, he writes this error: IOError:

Error on first Kivy/Buildozer android project

落爺英雄遲暮 提交于 2019-11-28 02:28:42
Trying to run Kivy with buildozer on Ubuntu 16.04, (startup-demo-project pong) I get an error on command buildozer android debug deploy After: .... [DEBUG]: BUILD SUCCESSFUL .... at the end of the build there is an error message: .... IOError: [Errno 2] No such file or directory: u'/home/std/Dokumente/python /Kivy/.buildozer/android/platform/build/dists/myapp/build/outputs /apk/myapp-debug.apk' My installation is according to: http://buildozer.readthedocs.io/en/latest/installation.html for Ubuntu 16.04. Also buildozer serve does not show anything useful, only: Directory listing for / as

Error on first Kivy/Buildozer android project

∥☆過路亽.° 提交于 2019-11-26 23:43:38
问题 Trying to run Kivy with buildozer on Ubuntu 16.04, (startup-demo-project pong) I get an error on command buildozer android debug deploy After: .... [DEBUG]: BUILD SUCCESSFUL .... at the end of the build there is an error message: .... IOError: [Errno 2] No such file or directory: u'/home/std/Dokumente/python /Kivy/.buildozer/android/platform/build/dists/myapp/build/outputs /apk/myapp-debug.apk' My installation is according to: http://buildozer.readthedocs.io/en/latest/installation.html for