开发者

"Couldn't get connection factory client"API Key is fine

开发者 https://www.devze.com 2023-03-15 07:36 出处:网络
Ok this has been making me crazy. I get the following crash (Couldn\'t get connection factory client), but my Maps API key is fine.

Ok this has been making me crazy. I get the following crash (Couldn't get connection factory client), but my Maps API key is fine.

This line causes the crash

     mapView.getProjection().toPixels(point, somePoint);

But if I omit the toPixels part it runs fine, but does not do what I want it to do(display an image on a map).

Any guidance? This seems 开发者_如何转开发like a different issue than the API key issue and I am testing on a device running Android 2.2, if that it matters.

0

精彩评论

暂无评论...
验证码 换一张
取 消