Skip to content

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

@kengoon

Description

@kengoon

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

Metadata

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