问题标签 [buildozer]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - kivy buildozer中android上的netifaces导入错误
我在 buildozer 要求中有导入 netifaces。但是在构建应用程序之后。在应用程序运行时,我在 kivy 应用程序中导入 android 上的 netifaces 时遇到问题。输出如下。这个错误想说什么。它给出了一些错误,例如:
以下是 app.log 的完整日志输出。
看不懂,这是什么?请你能告诉我为什么会出现这个错误,我该如何解决这个问题?如果告诉我解决方案,我将非常感谢你。
这是我的 buildozer.spec:
现在你会更好地理解我的问题。
编辑: 在您提出关于错误的新建议后,它在 buildozer logcat 中给出了新错误,它使我的应用程序崩溃。以下是在设备上启动应用程序期间获取的日志。
我认为这是调试错误,但我该如何解决这个问题。
android - Kivy Buildozer Zipfile 错误:在 zipfile 开头或内部有 98 个额外字节
升级到新的 buildozer 版本(在 OS X 上运行 Kivy、Python 和 Buildozer)。
如果有人在 android_new 分支中发现类似错误,请提供帮助。
尝试打包新发行版时,运行 buildozer 命令时出现以下 zip 文件错误:
日志输出(注意:由于帖子大小的正文限制,删除了一些输出)
android - Buildozer android APK导入错误
请帮忙。
我的 kivy 程序在桌面上运行完美(Mac OS,使用 buildozer 和 Android-new 工具链)。
但是,一旦我构建了 APK 并在 android Emulator (Andyroid) 上对其进行了测试,我在 logcat 中收到以下关于我导入的用户类的错误。我需要在规范文件中的某处指定它吗?
来自 main.py 的片段
android - 我的 Kivy android 应用程序在启动时一直崩溃,即使它在我的电脑上运行得非常好
我在运行 Ubuntu 16 [64bit] 的 PC 上使用 kivy 制作了一个应用程序,我是 kivy 新手,但我设法在我的 PC 上成功运行了该应用程序,该应用程序包括一个 kv 文件、一个 png 和一个视频 [avi ]。我使用 buildozer 创建了 apk,但每次我在我的 android 设备上运行应用程序时,它都会在启动时崩溃。我已经在我的 Android 设备(Galaxy s7 edge 和魅族 M1 Note)上成功运行了几个基本应用程序 [hello world 按钮和标签应用程序],但每次我运行这个特定应用程序时,它都会在启动时关闭。
android - buildozer 打包 kivy 应用程序的问题
我正在尝试打包我的 kivy 应用程序,但我遇到了 buildozer 问题。几周前它以正确的方式工作,但今天我收到了这个错误:
我一直在阅读有关此错误的信息(https://github.com/kivy/buildozer/issues/205),可能问题出在 sdk 和 ndk 的版本上。在这里我附上我的buildozer.spec
文件,因为也许我做错了事。
正如我在帖子开头所说的那样,几周前它工作正常,我不知道为什么现在这会发生在我身上。以防万一需要完整的 buildozer 日志,我在此处附加输出的最后几行buildozer --verbose android debug
:
macos - Trying to build an Kivy OSX package .app with buildozer but getting errors
Followed the instructions for buildozer on the kivy doc site: https://kivy.org/docs/guide/packaging-osx.html#using-buildozer. I've tried with both Python 3 and 2 and still getting the same errors... Any help?
Error here:
android - Kivy (Android) 上的导入错误
我正在为 Android 构建一个 Kivy 应用程序。当它从终端在我的 Linux 机器上运行时,它按预期工作。当它被构建并部署到 Android 时,它会失败并出现以下错误:
(first_screen.py
和随附的first_screen.kv
)确实存在于ui
包中,但似乎导入路径与我的预期不同。我需要如何构建我的导入以在 Android 上正确加载?
kivy - Buildozer 规范文件不允许我使用 python re 库
在要求下的 Buildozer 规范文件中,我必须列出我的程序需要的所有库。re
列出库时,我不断收到相同的错误。有人可以帮忙吗?
android - Kivy--Export Window as png on Android
I am trying to create a app on Android with which you fill in a few TextInputs and then give your signature on a marked space left for that, I have 2 buttons, one for clearing and one for exporting the window as a png, however when I build this as a .apk and then run it on my Tablet everything still looks fine, and pressing the exporting button don't give a error, but I can't find an image for the life of me, someone said to look in the directory the code is in, but in my case its a app (.apk), I'll add my code, even though I don't think it has much to do with the problem.
some of the variables and names might seem weird, but English is not my first language so I tend to choose other-language names