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

fix 2 errors while "buildozer -v android debug deploy run" #1368

Merged
merged 2 commits into from
Apr 21, 2024

Conversation

diyism
Copy link
Contributor

@diyism diyism commented Apr 21, 2024

1.fixed the error "clang-14: error: no such file or directory: 'todos/arm64-v8a'", the buildozer package.name requirement is one word with only ASCII characters and/or numbers. It should not contain any special characters
2.fix the error "if exclude_dir[-1] != '/':IndexError: string index out of range" while "buildozer -v android release"

fixed buildozer package.name: The Package name is one word with only ASCII characters and/or numbers. It should not contain any special characters
fix the error "if exclude_dir[-1] != '/':IndexError: string index out of range" while "buildozer -v android release"
@diyism diyism mentioned this pull request Apr 21, 2024
@r0x0r r0x0r merged commit a0f3d8b into r0x0r:master Apr 21, 2024
1 check was pending
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

Successfully merging this pull request may close these issues.

None yet

2 participants