作者:201153蜡笔小新 | 来源:互联网 | 2023-05-18 15:42
1> FoggyDay..:
你不小心关闭了你的课程,额外的"}":
public class MainActivity extends ActionBarActivity implements SensorEventListener {
private float mLastX, mLastY, mLastZ;
...
mSensorManager = (SensorManager) getSystemService(Context.SEARCH_SERVICE);
mAccelerometer = mSensorManager.getDefaultSensor(Sensor.TYPE_ACCELEROMETER);
mSensorManager.registerListener(this, mAccelerometer, SensorManager.SENSOR_DELAY_NORMAL);
}
} // Delete this line!
问:有什么想法?答:是的:查看您的日志,在调试器上逐步执行该程序.我用Eclipse; 听起来你正在使用Android Studio.无论哪种方式,您都可以1)将调试器连接到手机,2)查看手机上生成的任何日志.在这里寻找一些非常有用的提示:http://stackoverflow.com/questions/23353173/unicious-myapp-has-stopped-how-can-i-solve-this