遇到ANDROID “call to opengl es api with no current context”错误

延迟线程执行

Timer timer=new Timer();//实例化Timer类
timer.schedule(new TimerTask(){
public void run(){
buyed(true);
this.cancel();}},500);

posted @ 2016-10-16 20:20  笨蛋敏  阅读(806)  评论(0)    收藏  举报