You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build android app with buildozer I'm working in ubuntu 12.04 64bit
I have installed every thing and when I'm trying to build my app with : buildozer android debug
I get this error :
first this error :
arm-linux-androideabi-gcc: error: kivy/graphics/opengl.c: No such file or directory
arm-linux-androideabi-gcc: fatal error: no input files
compilation terminated.
error: command 'ccache' failed with exit status 1
and at the end this error :
assets/private.mp3: /home/deounix/.buildozer/android/app/cloud-upload.png
Traceback (most recent call last):
File "build.py", line 517, in <module>
make_package(args)
File "build.py", line 365, in make_package
subprocess.check_call([ANT, arg])
File "/usr/local/lib/python2.7/subprocess.py", line 540, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['ant', 'debug']' returned non-zero exit status 1
# Command failed: python build.py --name 'deounix test' --version 0.1 --package org.test.deounix --sdk 19 --minsdk 9 --private /home/deounix/.buildozer/android/app --orientation landscape debug
#
# Buildozer failed to execute the last command
# The error might be hidden in the log above this error
# Please read the full log, and search for it before
# raising an issue with buildozer itself.
# In case of a bug report, please add a full log with log_level = 2
What is the problem here ?
The text was updated successfully, but these errors were encountered:
I'm trying to build android app with buildozer I'm working in ubuntu 12.04 64bit
I have installed every thing and when I'm trying to build my app with : buildozer android debug
I get this error :
first this error :
and at the end this error :
What is the problem here ?
The text was updated successfully, but these errors were encountered: