Google Api and android Oauth INVALID_AUDIENCE error

后端 未结 5 1028
梦毁少年i
梦毁少年i 2020-12-31 05:09

I am getting a GoogleAuthException: Unknown error, while doing a GoogleAuthUtil.getToken.

Just before the exception I see



        
5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-31 05:44

    Happened to one on my team although it worked ok on my device. It turned out to be because of a different debug.keystore on our eclipse installations.

    To solve it we've copied the company's debug.keystore file to ~/.android/ (this is the dir on a mac, it's different on linux and windows)

提交回复
热议问题