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

arm64-v8a (apk and aab lib) crashes #2524

Closed
3 of 5 tasks
kengoon opened this issue Nov 28, 2021 · 1 comment
Closed
3 of 5 tasks

arm64-v8a (apk and aab lib) crashes #2524

kengoon opened this issue Nov 28, 2021 · 1 comment

Comments

@kengoon
Copy link
Contributor

kengoon commented Nov 28, 2021

Checklist

  • the issue is indeed a bug and not a support request
  • issue doesn't already exist: https://github.com/kivy/python-for-android/issues
  • I have a short, runnable example that reproduces the issue
  • I reproduced the problem with the latest development version (p4a.branch = develop)
  • I used the grave accent (aka backticks) to format code or logs when appropriated

Versions

  • Python: 3.8.x
  • OS:Android
  • Kivy:master and 2.0.0
  • Cython:
  • OpenJDK:

Description

arm64-v8a apk and aab lib crashes on android when kivy is used it works well with normal webview bootstrap. The app stops at the point of running from kivy.core.window import Window and inside the window module it seems stop at image provider side of the package.

It does not throw any error the app just freezes and disappears

###LOG

11-28 15:09:27.627 13723 14151 I python  : [WARNING] [Config      ] Older configuration version detected (0 instead of 21)
11-28 15:09:27.627 13723 14151 I python  : [WARNING] [Config      ] Upgrading configuration in progress.
11-28 15:09:27.635 13723 14151 I python  : [INFO   ] [Logger      ] Record log in /data/user/10/org.mindset.codered/files/app/.kivy/logs/kivy_21-11-28_0.txt
11-28 15:09:27.635 13723 14151 I python  : [INFO   ] [Kivy        ] v2.0.0
11-28 15:09:27.635 13723 14151 I python  : [INFO   ] [Kivy        ] Installed at "/data/user/10/org.mindset.codered/files/app/_python_bundle/site-packages/kivy/__init__.pyc"
11-28 15:09:27.635 13723 14151 I python  : [INFO   ] [Python      ] v3.8.9 (default, Nov 27 2021, 12:10:34) 
11-28 15:09:27.635 13723 14151 I python  : [Clang 8.0.2 (https://android.googlesource.com/toolchain/clang 40173bab62ec7462
11-28 15:09:27.635 13723 14151 I python  : [INFO   ] [Python      ] Interpreter at ""
11-28 15:09:28.613 13723 14151 I python  : [INFO   ] [Factory     ] 186 symbols loaded
11-28 15:09:28.616 13723 14151 I python  : [DEBUG  ] [Cache       ] register <kv.lang> with limit=None, timeout=None
11-28 15:09:28.927 13723 14151 I python  : [DEBUG  ] [Cache       ] register <kv.image> with limit=None, timeout=60
11-28 15:09:28.927 13723 14151 I python  : [DEBUG  ] [Cache       ] register <kv.atlas> with limit=None, timeout=None

that is the whole log from the python side

NB: I compiled with buildozer

@kengoon kengoon changed the title arm64-v8a apk and aab lib crashes arm64-v8a (apk and aab lib) crashes Nov 28, 2021
@kengoon
Copy link
Contributor Author

kengoon commented Nov 29, 2021

just updated my p4a and everything is fixed

@kengoon kengoon closed this as completed Nov 29, 2021
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

1 participant