Android开发中,控制台(Console)输出警告信息:ActivityManager: Warning: Activity not started, its current task has been brought to the front
愿意可能是你的模拟器中还有东西在运行,也就是你要运行的activity已经有一个在模拟器中运行了。
不要以为你的模拟器退出到桌面了就没有东西在跑了。在你调试的时候异常关闭的程序有可能就有activity在运行。

解决方法project->clean。 Activity not started, its current task has been brought to the front的问题就可以了。

相关文章:

  • 2021-10-16
  • 2021-09-22
  • 2021-09-17
  • 2022-12-23
  • 2022-01-05
  • 2021-10-20
  • 2021-10-22
  • 2022-12-23
猜你喜欢
  • 2021-07-15
  • 2021-07-21
  • 2021-07-11
  • 2022-12-23
  • 2022-12-23
  • 2021-05-31
  • 2021-09-30
相关资源
相似解决方案