Skip to content

Eror in Apk process building #290

@med-phisiker

Description

@med-phisiker

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

"""

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions