码迷,mamicode.com
首页 > 移动开发 > 详细

android编程常见问题-No Launcher activity found!

时间:2014-09-24 12:17:16      阅读:193      评论:0      收藏:0      [点我收藏+]

标签:android   style   blog   http   color   io   ar   strong   2014   

新手编程常见的问题:

问题表现:

console提示:No Launcher activity found! The launch will only sync the application package on the device!

bubuko.com,布布扣

 

解决办法:检查AndroidManifest.xml中是否添加如下代码:

<intent-filter >
  <action android:name="android.intent.action.MAIN"/>
  <category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>

 

android编程常见问题-No Launcher activity found!

标签:android   style   blog   http   color   io   ar   strong   2014   

原文地址:http://www.cnblogs.com/nzyjlr/p/3989837.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!