Closed superdiazzz closed 4 years ago
The file doesn't exist 🤷♂️. You maybe meant serviceAccountCredentials = file('/PlayJson/play-store-key.json')
.
The file doesn't exist 🤷♂️. You maybe meant
serviceAccountCredentials = file('/PlayJson/play-store-key.json')
.
I have changed it to serviceAccountCredentials = file('/PlayJson/play-store-key.json')
now return error
Json credentials cannot specify a Service Account email
Remove serviceAccountEmail
.
Remove
serviceAccountEmail
.
Thank you for quick response. I have removed serviceAccountEmail
But, now i have new error build file '/Users/tribunonline/Desktop/DEVELOPMENT/KOTLIN/KiwariAndroidTest/app/build.gradle' line: 50
A problem occurred evaluating project ':app'.
Could not set unknown property 'jsonFile' for object of type com.github.triplet.gradle.play.PlayPublisherExtension.
Remove the line with jsonFile
.
Remove the line with
jsonFile
.
Thank you, Build Success
Cool. BTW, I'd highly recommend using the latest version (2.7.5) and not plain 2.0.0.
@SUPERCILEX Okay, i will change it later. Btw, can you help me, what this error mean? it was the result of my pipeline
It means that you didn't create an app with that package name in the play console. Or that your credentials don't have access.
Okay, thankyou man
Describe the bug
I am new with CI/CD, so i following some step but got stuck in this step.
A clear and concise description of what the bug is.
How To Reproduce
Every commit project then push to Gitlab, and it return failed in pipeline in stage
build_release_android
Versions
Tasks executed
Push data to remote repository (trigger CICD)
Expected behavior
A clear and concise description of what you expected to happen.
Additional context (if a crash, provide stack trace)
Add any other context about the problem here. If this bug is a crash, run the task with
--stacktrace
to get the full context.My gradle looks like
and app.gradle
Please help me