使用ClipboardManager碰到Can't create handler inside thread that has not called Looper.prepare()(
Posted jhcelue
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用ClipboardManager碰到Can't create handler inside thread that has not called Looper.prepare()(相关的知识,希望对你有一定的参考价值。
直接放上我的代码。希望能给碰到相同问题的朋友提供帮助
Runnable runnable = new Runnable() { public void run() { ClipboardManager clipboard = (ClipboardManager)GameUtil.getIntance().getContext().getSystemService(Context.CLIPBOARD_SERVICE); clipboard.setText(content); } }; GameUtil.getIntance().getGameActiviti().runOnUiThread(runnable);
以上是关于使用ClipboardManager碰到Can't create handler inside thread that has not called Looper.prepare()(的主要内容,如果未能解决你的问题,请参考以下文章
处理已弃用的 android.text.ClipboardManager
ClipBoardManager.OnPrimaryClipChangedListener 不工作
无法在 ClipboardManager primaryClip 重新分配 Val
使用Java进行udp-demo编程时碰到的consumer和producter无法连接并报出“java.net.SocketException: Can't assign requested