buildozer

kivy buildozer cant compile application targeting python3

微笑、不失礼 提交于 2019-12-11 01:24:33
问题 I'm trying to build my kivy application against python3. First I downloaded the crystax ndk, and set the ANDROIDNDK to it's location. I added python3crystax to my requirements in the buildozer.spec and launched the build with: buildozer android debug deploy run logcat This command results in the following error: Command failed: pip install --target=/home/cedric/Documents/Development/python/kivyapp/.buildozer/applibs python3crystax If I try to install python3crystax manually with pip it seems,

Buildozer Problem. I try to make apk file for android, but i cant

微笑、不失礼 提交于 2019-12-10 12:19:17
问题 artur@DESKTOP-SMKQONQ:~/Suka$ ls buildozer.spec main.py artur@DESKTOP-SMKQONQ:~/Suka$ buildozer android debug Traceback (most recent call last): File "/usr/local/bin/buildozer", line 10, in <module> sys.exit(main()) File "/usr/local/lib/python2.7/dist- packages/buildozer/scripts/client.py", line 13, in main Buildozer().run_command(sys.argv[1:]) File "/usr/local/lib/python2.7/dist- packages/buildozer/__init__.py", line 122, in __init__ self.config.read(filename, "utf-8") TypeError: read()

configure: error: C compiler cannot create executables - Buildozer kivy to android debuging

允我心安 提交于 2019-12-08 07:18:25
问题 ENTERING MY PROBLEM (they can skip it) Hello, I am trying to compile apk application, but I always have many problems due to lack of libraries and applications that my system does not bring and that are not mentioned in the buildozer and kivy requirements. I am stuck in this error after installing a lot of libraries to solve the previous ones. If you have the definitive guide of requirements to work with buildozer and kivy please add it as a complement to this answer. If you think it is

App works well on Windows in Python2 & Python3, but receiving Error : failed to import android, and Button unresponsive

ぃ、小莉子 提交于 2019-12-08 04:50:21
问题 This is an app written in python 2.7 using kivy and numpy modules. I have installed buildozer by following steps in this link : https://github.com/kivy/buildozer , i did not do sudo pip install https://github.com/kivy/buildozer/archive/master.zip . After deploying the app on android buildozer android deploy run logcat i saw some errors on the log : 10-10 17:44:49.497 19176 19207 I python : [ERROR ] [Image ] Error reading file .\logo_example1.png 10-10 17:44:49.498 19176 19207 I python :

configure: error: C compiler cannot create executables - Buildozer kivy to android debuging

柔情痞子 提交于 2019-12-07 00:45:29
ENTERING MY PROBLEM (they can skip it) Hello, I am trying to compile apk application, but I always have many problems due to lack of libraries and applications that my system does not bring and that are not mentioned in the buildozer and kivy requirements. I am stuck in this error after installing a lot of libraries to solve the previous ones. If you have the definitive guide of requirements to work with buildozer and kivy please add it as a complement to this answer. If you think it is better to format the system and start again to install only what is necessary, I am willing, as long as the

Kivy Buildozer: .so lib files missing debug symbols

徘徊边缘 提交于 2019-12-06 11:04:53
.so lib files missing debug symbols So I tried getting my bin/debug.apk to work in the Buildozer VM, but there was a problem with loading adb and attaching my Android device via USB, so I exported my bin/debug.apk to my desktop to debug it in Android Studio. However, in its first steps, it throws an error that asks me to replace the .so libraries with identical ones that have debug symbols. .so lib files missing debug symbols Are these stashed anywhere in the Buildozer VM during the buildozer android debug phase? Is there a way to either get the libs with the symbols or work around not having

kivy android app: Set the api level from 19 to 26 failed

£可爱£侵袭症+ 提交于 2019-12-02 22:15:23
问题 I want to create an android .apk file with kivy, buildozer and Ubuntu 16.04. Now I had an android .apk but google playstore said, that the api level of 19 is not available. I have to set it on 26. Now i set the android.api to 26 in the buildozer.spec file. After running this for creating a new .apk file with an api level of 26 i get the following problem: [INFO]: Avaiable API's are (19) [WARNING]: Request API target 26 is not available, install it with the SDK and android tool. 回答1: Run ~/

How to fix Buildozer build fails with cmake error

為{幸葍}努か 提交于 2019-12-02 10:17:10
I am trying to build a Kivy app with buildozer. I have upgraded to buildozer 0.39. The build fails with: File "~/.local/lib/python2.7/site-packages/sh.py", line 672, in handle_command_exit_code raise exc sh.ErrorReturnCode_1: RAN: /bin/rm -f CMakeCache.txt CMakeFiles/ STDOUT: /bin/rm: cannot remove 'CMakeFiles/': Is a directory I have installed cmake version 3.5.1 Edit 18 Apr 2019 cython version 0.21 installed. I have uninstalled cmake and reinstalled version 3.14.2 using the instructions here . I have deleted the .buildozer directory. When I now run buildozer I, get the issue: RAN: ./autogen

kivy android app: Set the api level from 19 to 26 failed

守給你的承諾、 提交于 2019-12-02 09:29:04
I want to create an android .apk file with kivy, buildozer and Ubuntu 16.04. Now I had an android .apk but google playstore said, that the api level of 19 is not available. I have to set it on 26. Now i set the android.api to 26 in the buildozer.spec file. After running this for creating a new .apk file with an api level of 26 i get the following problem: [INFO]: Avaiable API's are (19) [WARNING]: Request API target 26 is not available, install it with the SDK and android tool. Run ~/.buildozer/android/platform/android-sdk-20/tools/android update sdk Select API 26 Run ~/.buildozer/android

Kivy Buildozer: .so lib files missing debug symbols

*爱你&永不变心* 提交于 2019-12-01 08:50:44
问题 .so lib files missing debug symbols So I tried getting my bin/debug.apk to work in the Buildozer VM, but there was a problem with loading adb and attaching my Android device via USB, so I exported my bin/debug.apk to my desktop to debug it in Android Studio. However, in its first steps, it throws an error that asks me to replace the .so libraries with identical ones that have debug symbols. .so lib files missing debug symbols Are these stashed anywhere in the Buildozer VM during the buildozer