首页 > 技术文章 > 遇到ANDROID “call to opengl es api with no current context”错误

caimuqing 2016-10-16 20:20 原文

延迟线程执行

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

推荐阅读