2016년 5월 17일 화요일

android Exceptions are not yet supported across processes. 해결

Exceptions are not yet supported across processes. 에러가 났다. 

UI 쓰레드에서 처리해야 하는 문제로 판단하여 UI thread를 실행 시켜서 해결됨. 

        getActivity().runOnUiThread(() -> { 
            Toast.makeText(getActivity(), "bool=" + bool, Toast.LENGTH_SHORT).show(); 
            mMenuItemAdapter.setMenu(null); 
        });

댓글 없음:

댓글 쓰기