比如boolean数据显示为0,本应该为flase;有的int类型,直接当�
��string类型输出了。本来是float的函数定义成int类型了.
int n = paramSensorEvent.values[2];应该是float类型
int i = paramSensorEvent.values.length;整数型和字符串型不匹配
String str = i;
this.m_ActivityPaused = 0;布尔型函数赋值0,应该是false
Original issue reported on code.google.com by shaphone...@gmail.com on 24 May 2011 at 2:06
Original issue reported on code.google.com by
shaphone...@gmail.com
on 24 May 2011 at 2:06