Android 安卓谷歌地图V2在安卓2.3.3-Tianium上显示模糊图像

Android 安卓谷歌地图V2在安卓2.3.3-Tianium上显示模糊图像,android,google-maps,titanium,blurry,Android,Google Maps,Titanium,Blurry,我已经在SDK 3.1上实现了ti.map模块。我运行以下代码以显示地图: var mapObject = require("ti.map"); var map = mapObject.createView({ width:Ti.UI.FILL, height:Ti.UI.FILL, annotations:annotations, userLocation:true, regionFit:true, mapType:mapObject.NORMA

我已经在SDK 3.1上实现了ti.map模块。我运行以下代码以显示地图:

var mapObject = require("ti.map");
var map = mapObject.createView({
    width:Ti.UI.FILL,
    height:Ti.UI.FILL,
    annotations:annotations,
    userLocation:true,
    regionFit:true,
    mapType:mapObject.NORMAL_TYPE
});
以下是模糊地图的图像:

这是取自安卓2.3.3的设备

它在Android>4上运行良好

我已经设置了正确的谷歌地图v2键。因为当我没有钥匙的时候,它没有显示地图,只是显示一个灰色区域


有人知道问题是什么吗?

我不知道这是否是针对您具体情况的解决方案

我在使用谷歌地图Android API调试和发布密钥时遇到了一些问题。当我使用释放键在调试模式下运行我的应用程序时。它显示缓存中的地图,但不会从谷歌地图服务器加载,因为密钥不正确。这会导致缩放时图像模糊或丢失

启动时,您的应用程序将显示如下错误:

05-13 13:51:22.053: E/Google Maps Android API(29198): Ensure that the following correspond to what is   in the API Console: Package Name: com.<YOUR PACKAGE>, API Key: <KEY>, Certificate Fingerprint:   <FINGERPRINT>
05-13 13:51:22.053:E/Google地图Android API(29198):确保以下内容与API控制台中的内容相对应:包名:com.,API密钥:,证书指纹: