首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

android 异常!Unable to open stack trce'/data/anr/traces.txt' file permission de

2012-04-26 
android错误!!Unable to open stack trce/data/anr/traces.txt file permission de最近我做的一个MapViw

android 错误!!Unable to open stack trce'/data/anr/traces.txt' file permission de
最近我做的一个MapViw小程序,头一开始运行的时候,没有错误,等到第二天再运行的时候竟然出错了,代码我也没有改 异常如下。真是气死我了。!
 [img=http://hi.csdn.net/attachment/201006/29/168485_1277775793OJCo.jpg][/im

[解决办法]
Judge the latitude is a float or double or int value?

If latitude is a float value:
change latitude == 116.391177 to latitude == 116.391177f.

热点排行