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

App crash when changing orientation #730

Closed
dessant opened this issue May 5, 2016 · 6 comments
Closed

App crash when changing orientation #730

dessant opened this issue May 5, 2016 · 6 comments

Comments

@dessant
Copy link
Contributor

dessant commented May 5, 2016

From @belskikh on January 2, 2016 21:44

When I change orientation from portrait to landscape, app closing.
If in buildozer.spec file I change set 'android.minapi = 13', then all works fine.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Copied from original issue: kivy/buildozer#264

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@dessant
Copy link
Contributor Author

dessant commented May 5, 2016

I can reproduce the bug with the kivy showcase app.

@dessant
Copy link
Contributor Author

dessant commented May 5, 2016

@inclement, should we move this to p4a?

@dessant
Copy link
Contributor Author

dessant commented May 5, 2016

From @inclement on May 4, 2016 10:12

Yes please, although there was at least one other bug report about it which may have been partially resolved.

@Tungsteno74
Copy link

Tungsteno74 commented May 6, 2016

If you add on_pause works?
Because It seems to be the same problem that I had and I solved this way (do not crash anymore). But now I have a slightly different problem #732
It may be related to this?

@Heideachim
Copy link

This problem (app crash on rotate) is easily resolved by the counter-measure described by the original poster:
'android.minapi = 13'
What happens, if we ship buildozer with a default spec file with this setting in place? I do not know. Thus I suggest in adding this still commented. And add a warning: If the app crashes on rotation, un-comment the minapi-line.
Should I do a pull-request for buildozer?

@inclement
Copy link
Member

Solved by many changes since then, and also these old APIs are no longer supported.

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

4 participants