android, google map errors: BaseTileRequest, Server returned: 3

前端 未结 3 1088
傲寒
傲寒 2020-12-11 13:27

I got some strange errors while develop some custom map overlays, anyone experience these? pls help, tks in advance.

BaseTileRequest.readResponseData(BaseTil         


        
3条回答
  •  悲哀的现实
    2020-12-11 14:20

    I did run into this even though I followed everything said here.

    Assuming that you did follow this link, here's how I solved the issue :

    Long story :

    Everything was working fine until I copied the whole project on another PC and imported it into Eclipse. This changes everything, because the API key you obtain is linked to the debug keystore on the machine that you used to generate the API key. Since I was running / debugging the android application on another machine (hence another debug keystore), the API key was invalid. So I had to generate a new API key as described below.

    Short story :

    If you are using another machine , generate a new API key, by computing the MD5 fingerprint as described here, and then generate the API key here using this MD5 fingerprint.

提交回复
热议问题