python-for-android
python-for-android copied to clipboard
Feature Request: Automated File Copying to Android Root Project in buildozer.spec
It is essential to introduce a dedicated section in the buildozer.spec file for copying files to the Android root project within the .buildozer directory. For instance, when working with Firebase, one needs to transfer the google-services.json file to the Android root project. However, the current process necessitates manual navigation through the .buildozer directory.
- Should this be done with a bootstrap?
- I suspect my proposal here would address this, but am not sure.