码迷,mamicode.com
首页 > 其他好文 > 详细

使用ClipboardManager碰到Can't create handler inside thread that has not called Looper.prepare()

时间:2017-04-25 19:11:16      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:帮助   can   get   使用   and   void   gets   looper   java   

直接放上我的代码。希望能给碰到相同问题的朋友提供帮助

	    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()

标签:帮助   can   get   使用   and   void   gets   looper   java   

原文地址:http://www.cnblogs.com/jhcelue/p/6763730.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!