我在插件頁面上的插件教程中描述了使用gerrit與Google Play Android發佈者插件的方式。 .apk已簽名,如果我通過谷歌播放gui上傳它,它上傳得很好。Gerrit googleplay發佈者插件憑據尚未正確配置
當我嘗試上傳它使用gerrit我得到錯誤。下面登錄:
Upload failed: The Google Service Account credential 'GooglePlayAPICredentials' has not been configured correctly.
Update the credential, ensuring that the required data have been entered, then try again
- No changes have been applied to the Google Play account
Build step 'Upload Android APK to Google Play' marked build as failure
Finished: FAILURE
對於谷歌玩憑據我用P12關鍵的電子郵件,看起來像
[email protected]****-*****8.iam.gserviceaccount.com
,並同時生成一個頁面,看起來像上的鍵,我得到的密鑰文件:
https://console.developers.google.com/permissions/serviceaccounts?project=api-64****-*****8
我已經創建了一個新的服務帳戶,選中了「提供一個新的私鑰」複選框並選中了P12單選按鈕。 我還授予在谷歌Play開發者控制檯API設置此鍵訪問
https://play.google.com/apps/publish/?dev_acc=*******#ApiAccessPlace
服務帳戶有充分的權限可能。 可能是什麼問題?
您是否找到任何解決方案? –