Android emulator中未显示应用程序

Android emulator中未显示应用程序,android,android-emulator,Android,Android Emulator,这就是我要解决的问题…我的应用程序没有在emulator中显示。。。 干什么 Android Launch! [2013-08-30 11:00:27 - Resturent1] adb is running normally. [2013-08-30 11:00:27 - Resturent1] No Launcher activity found! [2013-08-30 11:00:27 - Resturent1] The launch will only sync the applica

这就是我要解决的问题…我的应用程序没有在emulator中显示。。。 干什么

Android Launch!
[2013-08-30 11:00:27 - Resturent1] adb is running normally.
[2013-08-30 11:00:27 - Resturent1] No Launcher activity found!
[2013-08-30 11:00:27 - Resturent1] The launch will only sync the application package on the device!
[2013-08-30 11:00:27 - Resturent1] Performing sync
[2013-08-30 11:00:28 - Resturent1] Automatic Target Mode: using existing emulator 'emulator-5554' running compatible AVD 'kamal'
[2013-08-30 11:00:28 - Resturent1] Uploading Resturent1.apk onto device 'emulator-5554'
[2013-08-30 11:00:32 - Resturent1] Installing Resturent1.apk...
[2013-08-30 11:00:40 - Resturent1] Success!
[2013-08-30 11:00:40 - Resturent1] \Resturent1\bin\Resturent1.apk installed on device

找不到启动程序活动!您是否在Android清单文件中声明了action:Main和category:Launcher活动。

重新启动adb,如果需要eclipse,请稍候-模拟器是[Slooow][1][1]:最后我创建了一个新的应用程序,并将相同的代码粘贴到其中,然后是它的wrkng…bt我想知道确切的原因。实际发现的错误是什么?没有启动程序活动!您是否已使用action:Main和category:Launcher@Nargis,请将其作为答案发布,这就是问题所在。