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

First label not rendered on android #64

Closed
tshirtman opened this issue Nov 14, 2012 · 2 comments
Closed

First label not rendered on android #64

tshirtman opened this issue Nov 14, 2012 · 2 comments

Comments

@tshirtman
Copy link
Member

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.

@brousch
Copy link
Contributor

brousch commented Feb 25, 2014

This is still not working as of today.

@inclement
Copy link
Member

I just tried this again with the SDL2 bootstrap, and it worked, so I guess I'll close this as resolved.

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

3 participants