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
After compilling a project on Arch Linux with latest buildozer and android_new target, the execution on Android fail because sqlite3 module can't be found, while it is in buildozer.spec requirements.
The module doesn't seem to be removed from blacklist.txt, if I do it manually, sqlite3 can be imported by my software.
Hello,
After compilling a project on Arch Linux with latest buildozer and android_new target, the execution on Android fail because sqlite3 module can't be found, while it is in buildozer.spec requirements.
The module doesn't seem to be removed from blacklist.txt, if I do it manually, sqlite3 can be imported by my software.
In android logs we can also see the following line which may be related:
buildozer.spec use a custom python-for-android, the only differences with upstream are:
thanks
The text was updated successfully, but these errors were encountered: