我试着做一些非常简单的事情,或者我认为是这样。
在我的BluetoothChat中,我设置了
public static boolean potato = false;
在我的MainActivity的onCreateBundle中, 我有
if(BluetoothChat.potato == false)
{
tv.setText("it did not crash");
}
我的应用程序立即崩溃,我将窗口从bluetoothchat切换到mainactivity。我收到java.lang.RuntimeException和java.lang.NullPointerException。但是,如果我将if语句注释掉,应用程序不会崩溃并完美切换。
答案 0 :(得分:1)
看起来错误来自电视,而不是BlueToothChat.potato。你有没有初步确定" tv"代码中那一点的变量?