Service credentials file does not exist. Please check the service credentials path and try again

情到浓时终转凉″ 提交于 2020-12-15 05:45:51

问题


i have followed this answer but i havent found didnt worked from answer --> https://stackoverflow.com/a/58777598/12553303

i have been trying to upload app upload to testers using app distribution using gradle method

still getting error :-----------

Service credentials file does not exist. Please check the service credentials path and try again

i also went through the github issues https://github.com/Triple-T/gradle-play-publisher/issues/141 but my json file already in that format but giving the error

my gradle:--

buildTypes {
    release {
        minifyEnabled false
        proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
        firebaseAppDistribution {
            appId = "1:53200681765.........."

            serviceCredentialsFile = "C:/Users/Dell/GitProjects/xyzprojectname/app/googleservices.json"

            releaseNotesFile="C:/Users/Dell/GitProjects/xyzprojectname/app/esters.txt"
            testers="usercool@gmail.com"
        }
    }
}

need help thanks

来源:https://stackoverflow.com/questions/65074566/service-credentials-file-does-not-exist-please-check-the-service-credentials-pa

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!