我按照教程https://developers.google.com/cloud-messaging/android/client。它的工作原理 - 我可以發送和接收通知。Lint抱怨未翻譯gcm_defaultSenderId字符串
但是當我嘗試建立版本的應用程序,Android的皮棉抱怨:
Error: "gcm_defaultSenderId" is not translated in ...
所以我可以禁用構建失敗時,林特與此抱怨在build.gradle
:
lintOptions{
abortOnError false
}
但顯然這不是一個辦法。硬編碼senderId
在我的應用程序也不是好主意(我們有效gcm_defaultSenderId
無論如何在google-services.json
所以加倍它是在未來的問題)。
有沒有辦法解決Google Play服務開發者的這個明顯疏漏?
編輯2015年12月2日 OMG!今天google actuallt開始在這個問題上做點什麼,see here。
免責聲明:這不是Can't generate APK Release because of GCM SenderId Android重複 - 接受的答案是不能接受我。
這個問題是給谷歌,仍然沒有答案,如果我得到一個我會在這裏發佈。 –