写了一个小程序,但是在模拟器上双击应用程序图标时提示:Application is not installed on your phone

从网上搜了一下,这种情况主要是因为AndroidManifest.xml中有个activity声明了两次

查了一下,果然是这个原因。删了一个声明就好了。

 

相关文章:

  • 2021-08-05
  • 2021-08-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-28
  • 2022-01-09
猜你喜欢
  • 2021-11-01
  • 2022-01-27
  • 2021-04-05
  • 2021-10-28
  • 2021-11-14
  • 2022-02-11
相关资源
相似解决方案