-
Notifications
You must be signed in to change notification settings - Fork 507
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
[app] "android.permission" contain an unknown permission #6
Comments
Apparently the default value for android.permissions is [""] and that one null value is not found in the list of valid permissions. Here is a patch to fix it:
|
Actually, here is a better patch that also fixes the typo in the error message:
|
Can you do a pull request of that? :) |
I have never done a pull request before, but I am happy to try. I realized that buildozer still fails later on when android.permissions is left blank
I'll see if I can come up with a more correct patch. |
I would like to learn to do a pull request, but It seems complicated, so for now, here is a better patch. This does not produce any --permission arguments for blank permissions
|
Okay. I sent a pull request for a proper fix for this. |
fixed |
When I run buildozer, I get the following error:
My buildozer.spec does not modify the default for android.permissions:
The text was updated successfully, but these errors were encountered: