Skip to content

First label not rendered on android #64

@tshirtman

Description

@tshirtman

Using the following code
https://gist.github.com/4072912

from kivy.uix.label import Label
from kivy.app import App


class MyApp(App):
    def build(self):
        #Label()
        return Label(text='test')


if __name__ == '__main__':
    MyApp().run()

result in a completly blank app, in my python-for-android distribution, but works fine on desktop, if i uncomment the Label() call, the app works correctly.

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