Android运行时报错:Activity not started ...

在运行Android项目时经常遇到这样一个警告:

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

这说明你要运行的Activity已经在一个模拟器中运行

这样的问题可能出现在你调试的时候异常关闭程序造成的

解决办法:Project -> Clean 之后就可以了

你可能感兴趣的:(android,移动开发,current,Started,brought)