问题标签 [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.

0 投票
1 回答
441 浏览

python - Buildozer sqlite3 operational error

I'm trying to debug and deploy a kivy app to my (android) phone using buildozer. Part of the app is a map (mapview using mbtiles) that requires sqlite3. Doing some research I found that I need to have

When I deploy my app and open the map, it crashes with the following error message

The path that points to the database is full length. I changed the file permissions to rw-rw-rw- and rwxrwxrwx of the database and the folder that contains the database (they were rw-rw-r-- / rwxrwxr-- before). I did this in the folder .buildozer/android/app/"databasefolder"/database. It still doesn't work and I wonder whether this is the correct way to change file permissions. Do I need to change anything in the android.permissions of the spec file?

I'm not the only one who had this problem, but the suggested solutions do not work for me or I'm not doing the right thing.

Could there be any other reason why the database cannot be opened?

Thanks for your help!

0 投票
0 回答
295 浏览

android - 我的 buildozer apk 在 android 虚拟设备上崩溃

我尝试编译用 python kivy 编写的非常简单的应用程序(比如 HelloWorld 的东西)。

我尝试在不同的 android 虚拟设备(API 23、21、20)上运行这个应用程序,所有这些都模拟 ARM 架构。

每次,我都有同样的错误:

我也尝试用不同的android sdk 编译,但是buildozer (22, 23) 崩溃了...

0 投票
1 回答
463 浏览

ios - buildozer 可以在 OSX/ios 上运行吗?

我通过 kivy 和 buildozer 编写了一个适用于 Linux、Windows 和 OSX 以及 Android 的应用程序

我现在使用Kivy 文档在 ios 上运行它

但是在 ios 上,您如何使用 buildozer 在 android 构建中处理的元素,特别是方向和图标?

0 投票
3 回答
12754 浏览

android - Kivy Apk build with buildozer error: # Java compiler (javac) not found, please install it

我正在尝试为我的 kivy 项目构建一个 apk。我已经在 python 2.7 中使用 PyCharm 安装了 buildozer,然后我构建了.spec.,但是当我尝试创建 apk 时,我得到了这些结果:我已经安装了 jdk7 和 8

  1. 使用:buildozer Android debug

    /li>
  2. 使用:  buildozer -v Android debug

    /li>
  3. 使用:buildozer Android debug deploy run

    /li>

我怎样才能让它工作?

0 投票
0 回答
559 浏览

android - Buildozer 错误 Kivy 命令失败:./distribute.sh -m "kivy" -d "myapp"

我试图从一个简单的项目中创建一个 apk,我已经使用 init 创建了 .spec,但是当我尝试使用时:

它给了我这个错误:

0 投票
2 回答
4994 浏览

android - 使用 buildozer 构建 android apk

我几乎尝试了所有可以在网上找到的关于从 python 构建 apk 的教程,但我做不到。第一个设置:Eee pc 901 上的 Lubuntu(在带有 2gb ram 的 32gb sd 卡上——不是与 windows 10 一起运行的 live cd)我已经设置了所有的先决条件,我正在尝试构建一个简单的 hello world 应用程序。我遇到了各种错误“Aidl 丢失...”或“命令失败:./distribute.sh -l”

第一个问题。是否可以在此设置中执行此操作,或者我是否在浪费时间(不考虑上网本的慢速 CPU)。

第二次从这里设置预建的虚拟机,我也得到了上面的“命令失败”错误。

第二个问题我在哪里(哪个文件夹)运行 buildozer android debug 命令。在与 main.app 相同的文件夹中?在根?如何?

我是 linux 中的一个完整的菜鸟,所以请描述得非常详细。

0 投票
1 回答
82 浏览

kivy - Mathtex 和 libpng kivy 配方

我需要用 kivy/buildozer 编译这个库:https ://code.google.com/p/mathtex/

它取决于freetype和。numpylibpng

由于我是 bash 脚本的新手,有人可以python-for-android为此编写食谱吗?Freetype 和 numpy 配方已经存在,所以,我想,我需要 libpng 和 mathtex 的配方。

谢谢你。

0 投票
1 回答
370 浏览

android - Buildozer 尝试编译一个简单的“hello world”kivy 项目但抛出错误

在终端上我输入这个:

回溯错误:

我收到此错误:

我在 Imac “El Capitan” Python 2.7/Kivy 1.9/Cython 21.1 上。

0 投票
0 回答
855 浏览

java - 签署apk时出错

我刚刚使用带有https://groups.google.com/forum/#!topic/kivy-users/pBtbg8aSlNo作为参考的 buildozer 在 kivy 中制作了一个 apk 文件:

我收到以下错误:

jarsigner 错误:java.lang.RuntimeException:密钥库加载:密钥库格式无效

我的Java版本是:

0 投票
1 回答
869 浏览

android - buildozer 设置挂在“编译平台”部分

我跑了

然后它就挂在#Compile Platform

不知道要做什么。应该这样挂吗?现在已经2小时了。这是使用 kivy 的基本项目。只是为了检查使用它的android开发是否有效。