一.BinderProxy@4479b390 is not valid; is your activity running? 原因分析: 因为使用了AsyncTask 异步线程在线程完成以后的onPostExecute方法里面操作UI.这个时候如果用户在onPostExecute调用之间跳转了页面,这时activity已经onDestory了,那么就会报出android.view.WindowManager$BadTokenException: Unable to add window -- t…
问题1. java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first. 分析mInflater.inflate(R.layout.eg_refresh_message, this, false); 问题2. An internal error occurred during: "Launch…