摘要: 写了一个小程序,但是在模拟器上双击应用程序图标时提示:Application is not installed on your phone从网上搜了一下,这种情况主要是因为AndroidManifest.xml中有个activity声明了两次查了一下,果然是这个原因。删了一个声明就好了。 阅读全文
posted @ 2012-05-07 22:03 siwei1988 阅读(1477) 评论(0) 推荐(0) 编辑