菜鸟错误大全(二)
我们都是从新手一步一个坑踩过来的,下面我们来讲讲会遇到的常见错误和解决办法:
android.util.SuperNotCalledException: Activity {com.example.broadvasttest/com.example.broadvasttest.MainActivity} did not call through to super.onDestroy():在重写 onStart()、onStop()、onResume()、onPause()、onDestroy() 等等函数的时候一定要在函数中加上一句 super.onXX();否则就会报相类似的问题