Closed dakk closed 2 years ago
On both Ubuntu (Python 3.8.10) and Windows (Python 3.9.7) I see the import error.
This form is for development issues, please direct usage questions to the User Groups https://groups.google.com/g/kivy-users https://discord.gg/7PjCsVqA
👋 @dakk, we use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project. Let us know if this comment was made in error, and we'll be happy to reopen the issue.
Versions
Description
I'm trying to build an app I wrote using kivy https://github.com/dakk/gweatherrouting ; in linux it works fine (using the setup.py), but when I try to build the apk and test on android, I get a problem with relative imports (., .., ...). The error arises in this line: https://github.com/dakk/gweatherrouting/blob/master/gweatherrouting/main.py#L23
It seems like pythonforandroid is running the source as-is without creating a package first.
buildozer.spec
Command:
Spec file:
Logs