首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

该链接程序不在被装配在手机上 Launcher does not have the permission to launch Intent

2012-07-19 
该链接程序不在被安装在手机上 Launcher does not have the permission to launch Intent?错误:Launcher d

该链接程序不在被安装在手机上 Launcher does not have the permission to launch Intent

?

错误:Launcher does not have the permission to launch Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.small.test/.SmalltestAndroidActivity }. Make sure to create a MAIN intent-filter for the corresponding activity or use the exported attribute for this activity.

?

此错误的原因:在AndroidMainfest.xml中将一个SmalltestAndroidActivity定义了2遍导致的。

热点排行