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

Buildozer doesn't work with multiple first-class directories #415

Closed
ngoonee opened this issue Oct 31, 2016 · 1 comment
Closed

Buildozer doesn't work with multiple first-class directories #415

ngoonee opened this issue Oct 31, 2016 · 1 comment

Comments

@ngoonee
Copy link

ngoonee commented Oct 31, 2016

I have an existing project which can build. I've added kivymd for theming and stuff. I wish to vendor kivymd appropriately as I'm changing some of its code for my own use, so I place the kivymd directory in the same folder as main.py and my own first-class directory (name of my project).

Setting source.include_patterns to kivymd or similar (relative) does not work. The resulting apk (using android_new) doesn't have my kivymd directory. I can add kivymd's gitlab link in requirements, but then I lose all the changes I've done myself.

Workaround seems to be to host my own fork on gitlab, but it'd be easier to do it from files which are right there next to my own source. How is this supposed to work?

@ngoonee
Copy link
Author

ngoonee commented Oct 31, 2016

Oh wait! PEBKAC. Forgot kivymd was symlinked rather than existing there. Copying it works (hardlinking probably will too). Sorry for the noise.

@ngoonee ngoonee closed this as completed Oct 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant