You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote the app on desktop and tested it.
It worked fine.
So I then compiled it through the ubuntu vm provided by kivy.
Initially the pyo files were created. After I realised that the code changes I've been making is not
being applied in p4a, I decided to delete the pyo files.
After that I did the ./distribute.sh -m "kivy" and then did the ./build.py....
this time however the .pyo files were not recreated and eventually I found out that my apk crashes.
So I had to manually create it through:
"python -O -m compileall /path/to/files"
Then ran ./build.py again....this time it worked......
The text was updated successfully, but these errors were encountered:
moved from kivy/kivy
originally reported by @blissGitHub:
The text was updated successfully, but these errors were encountered: