Closed afewlines closed 5 years ago
01-06 03:17:06.773 19092 19128 I python : Entrypoint not found (.pyo, fallback on .py), abort
This error means that the app code couldn't find your file, which should be called main.py
(and might become main.pyo
on the device). It sounds like either that's not what your file was called, or it didn't get included in the apk for some reason.
Description
If I didn't include anything I should have, please let me know. First issue and I'm not sure if I if under- or over-shared. Repository: https://github.com/afewlines/buildozer-keytar
So the issue is odd: the app runs fine and dandy on local. Compiles, installs on target device as well. On device, crashes immediately after presplash. No errors are thrown regarding it via logcat as far as I can tell, only bit directly relevant to the app is (mostly full logcat in above repo)
All searches regarding things that seem remotely concerning (Entrypoint not found, Error loading library) were fruitless.
Any and all help is appreciated.
Command:
.spec, full log in repo