Android and strange error with maps from google

前端 未结 1 1522
小蘑菇
小蘑菇 2021-01-03 12:37

I create application where I use google maps. I get error:

06-20 15:23:51.262: W/System.err(28660): java.io.IOException: Server returned: 3
06-20 15:23:51.27         


        
相关标签:
1条回答
  • 2021-01-03 12:59

    Your map api key is the issue..., generate correct map key for your apk with the same keystore you are using to create apk. To check in the emulator create api key for your SDK.

    Refer these links: http://mobiforge.com/developing/story/using-google-maps-android

    Does a new Debug Keystore mean a new Map API Key?

    0 讨论(0)
提交回复
热议问题