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

前端 未结 3 1089
傲寒
傲寒 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条回答
  •  旧时难觅i
    2020-12-11 14:01

    I've had this problem before, it could be caused by several things, checking these things usually solves it.

    1. Your map api key you use is wrong. Remember that this key is for each installation of Android, so if you have changed computer, you need to regenerate a new key. This is the most likely problem.

    2. If you are using eclipse, the java build path could be bugged/set-up wrong. I've found out that the google-maps import might need to be at top or close to it in the build path declaration in Eclipse.

提交回复
热议问题