Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Give more access to the android project folder inside of the dist folder #2614

Closed
kengoon opened this issue Jun 2, 2022 · 2 comments

Comments

@kengoon
Copy link
Contributor

kengoon commented Jun 2, 2022

Android has been changing a lot of things in their API and that gives real headache to Frameworks like Kivy. Accessing files in android 11 and later proves to be a pain process. You have to add some file provider tag in the Manifest file and add extra xml to code to the res/xml folder of the android project. The buildozer and P4A provides a way we can add extra xml code in the Manifest file but that is limited and you can't add tags like the tag in android.extra_manifest_xml argument. Also you don't even have access to add files into the res folder of the andorid project. This whole thing boils down to you going through the stress of opening the .buildozer cache file and swinging around until you get to the android project folder.

This is a real issue for developers(mostly newbies) who have not done anything related to android before and know nothing of Java, and to those who clearly understands the android development process itself, finds it a bit stressful moving through the .buildozer cache file to manipulate some files

I propose that extra arguments should be provided so that developers using the buildozer tool to build their app can easily manipulate and add any file in any folder inside of the android project folder without needing to go through the above mentioned procedure.

Thanks In Advance

@misl6
Copy link
Member

misl6 commented Nov 5, 2022

Hi @kengoon !

Now the res folder is highly-customizable thanks to PR #2684 (which has been merged this morning, and also have a related PR on buildozer the expose the functionality, here: kivy/buildozer#1513 )

@misl6 misl6 moved this to Todo in Kivy's Control Tower Nov 5, 2022
@misl6 misl6 moved this from Todo to In Progress in Kivy's Control Tower Nov 5, 2022
@Julian-O
Copy link
Contributor

Closing as complete.

@github-project-automation github-project-automation bot moved this from In Progress to Done in Kivy's Control Tower Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

3 participants