Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eror in Apk process building #290

Closed
med-phisiker opened this issue Oct 25, 2014 · 2 comments
Closed

Eror in Apk process building #290

med-phisiker opened this issue Oct 25, 2014 · 2 comments

Comments

@med-phisiker
Copy link

Hello, when I build thise main.py by buildozer

"""
version = '1.0'

from kivy.app import App
from kivy.uix.button import Button

class TestApp(App):
def build(self):
return Button(text='Hello World')

TestApp().run()
"""

I got these error

"""
assets/private.mp3: /home/med-phisiker-linux/bild/.buildozer/android/app/main.

pyo
Traceback (most recent call last):
File "build.py", line 497, in
make_package(args)
File "build.py", line 351, in make_package
subprocess.check_call([ANT, arg])
File "/usr/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: /usr/bin/python2.7 build.py --name 'My Application' --version 1.0 --package org.test.myapp --private /home/med-phisiker-linux/bild/.buildozer/android/app --sdk 14 --minsdk 8 --orientation landscape debug

"""

@inclement
Copy link
Member

As I remember, this error probably means you lack a dependency. Please post the full output log (with --verbose) on the kivy-users mailing list.

@med-phisiker
Copy link
Author

ok ) Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants