android应用程序警告

时间:2013-03-26 21:33:39

标签: android

 ------------------------------
[2013-03-26 22:28:01 - sample] Android Launch!
[2013-03-26 22:28:01 - sample] adb is running normally.
[2013-03-26 22:28:01 - sample] Performing com.example.sample.MainActivity activity launch
[2013-03-26 22:28:01 - sample] Automatic Target Mode: using existing emulator 'emulator-5556' running compatible AVD 'firstpp'
[2013-03-26 22:28:03 - sample] Application already deployed. No need to reinstall.
[2013-03-26 22:28:03 - sample] Starting activity com.example.sample.MainActivity on device emulator-5556
[2013-03-26 22:28:05 - sample] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.example.sample/.MainActivity }
[2013-03-26 22:28:05 - sample] ActivityManager: Warning: Activity not started, its current task has been brought to the front
[2013-03-26 22:31:44 - sample] ------------------------------

1 个答案:

答案 0 :(得分:3)

我猜这是你担心的事情

Warning: Activity not started, its current task has been brought to the front

这只是意味着您的应用程序已经运行,并且自上次运行以来没有任何更改,因此它正在执行它所说的内容并将当前任务带到前面......无需担心。如果您还有其他需要关注的问题,那么您需要提出一个正确的问题,而不是仅仅发布控制台输出并让我们猜测。

请阅读FAQ,了解要询问的问题类型和方式。我们需要一个明确的问题,相关的代码和错误信息才能提供帮助。

是的,我知道这可能不是一个答案,因为没有明确的问题,但是对于评论来说太过分了,从过去的经验来看,我认为这是OP所得到的,显然不知道该怎么做问