Skip to content

plyer app crashes on android #387

Closed
Closed
@apdd2003

Description

I built apk from simple plyer example
from kivy.app import App

from plyer.notification import notify

class AndroidApp(App):
    def build(self):
        notify('Some title', 'Some message text')

AndroidApp().run()

apk crashes on phones (tried with kitkat and marshmallow).

build command: p4a apk --private /home/sayeem/kiviapps/ --package=org.example.pl4 --name "pl4" --version 0.1 --bootstrap=sdl2 --requirements=kivy==master,plyer,android

logcat: attached...
logcat1.txt

Edit: Other simple apps from kivy examples works fine on phone

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