Hi all and nice to meet you.
This is my first message here.
I am working on an Android App made with Python/KivyMD and deployed with Buildozer.
In the test version I was using sqlite3 and it was working like a charm.
Beside that I have discovered that with Android 12, there is a bug with KivyMD 1.1.1,
using the MDTopAppBar, that crash the entire App. The working stable version of
KivyMD is the 1.0.2.
Now I would like to use a cloud based database like firebase,
and I'm having trouble setting up the buildozer.spec file.
What I know for sure is that I have to activate android.enable_androidx = True
and I need the correct information for:
- android.gradle_dependencies
- android.add_resources
- android.add_gradle_repositories
- requirements = (Specific like: firebase_admin) ...
Maybe from python side in the
main.py some specific import or line of code is needed.
I am kindly asking your help, assuming that someone faced the same problem and a working solultion has been found and test.
I want to thank you all in advance for your patience and time reading this message.
Waiting for good news,
I Send My Best Regards,
Angelo