Paarthri
Paarthri

Reputation: 54

App crashing in Kivy on Android

My app crashes when I try to save using screenshot.

Code: http://pastebin.com/uifMeiS1

Sorry for not much information, don't know what else to write.

Thanks in advance!!

Upvotes: 0

Views: 110

Answers (1)

inclement
inclement

Reputation: 29488

This is probably a known bug in the stable branch that has been resolved in master.

Solution; use the master branch, or wait a few days for a new stable version (coming very soon), or copy the new export_to_png method from the source into your own widget and use that. If you use it on the root widget it will have the same effect as screenshot, but uses a different mechanism that probably works fine.

Upvotes: 1

Related Questions