Android启动超时已过期

Android启动超时已过期,android,android-emulator,android-manifest,Android,Android Emulator,Android Manifest,我试着从其他活动开始活动 startActivity(Main.this,Game.class); 当游戏活动在1-2秒后显示在屏幕上时,它向左移动,使屏幕变黑,并写入此警告 05-17 10:07:24.819: WARN/ActivityManager(73): Launch timeout has expired, giving up wake lock! 05-17 10:07:24.849: WARN/ActivityManager(73): Activity i

我试着从其他活动开始活动

startActivity(Main.this,Game.class);
当游戏活动在1-2秒后显示在屏幕上时,它向左移动,使屏幕变黑,并写入此警告

05-17 10:07:24.819: WARN/ActivityManager(73): 
    Launch timeout has expired, giving up wake lock!
05-17 10:07:24.849: WARN/ActivityManager(73): 
    Activity idle timeout for ActivityRecord{40968180 game.android.test/.Game}

我能修复什么?

为游戏显示onCreate()函数。android.test.game Activity。这是GL功能性的,游戏活动在lancher启动时可以完美工作,但它仅在从主活动启动时显示。为游戏显示onCreate()函数。android.test.game Activity。这是GL功能性的,在lancher开始时,游戏活动可以完美运行,但只有在从主要活动开始时才会出现