Kivy Apk Buildozer : ReferenceError: weakly-referenced object no longer exists

前端 未结 1 444
没有蜡笔的小新
没有蜡笔的小新 2021-01-22 01:08

Can anyone tell me why my app is crashing. It\'s very strange that when i run my app for the first time it doesn\'t crash. but the next time i run it it crashes. I get something

相关标签:
1条回答
  • 2021-01-22 01:19

    I had the same issue. In my case I've solve this by replace my hostpython3 by a 3.7.5 instead of 3.8.1. In your buildozer.spec requirements, you need to put hostpython3==3.7.5, python3==3.7.5 . After that delete your folder .buildozer/android/platform/build-armeabi and retry to build your app.

    0 讨论(0)
提交回复
热议问题