-
Notifications
You must be signed in to change notification settings - Fork 523
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
Gradle: path may not be null or empty string. path='null' #595
Comments
Thanks for the detailed report. Are you trying to build a release apk, and do you have the environment variables in the signing config section of build.gradle set? If not, I think that will cause the error. This is a bug in buildozer. |
I tried the command like this ; |
There should be a |
32 to 41 and 47 to 49 so ;
and
I have successfully completed the process when I deleted these codes. |
i tried to implement a fix for that in master: if the env variables are not passed, --sign will not be used. |
When I run this command, I get this error;
buildozer android release
then i have got error:
my build.gradle is ;
my java version:
./gradlew -version
is:gradle -v
is ;thank you very much already for your help.
The text was updated successfully, but these errors were encountered: