博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
No Launcher activity found!
阅读量:5316 次
发布时间:2019-06-14

本文共 560 字,大约阅读时间需要 1 分钟。

  已经研究Android有几天了,刚开始写的代码说安装成功,但是在AVD没有显示。左看代码,右看代码,总是没找到错误,

<application

android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<activity
android:name="com.pake.DayName"
android:label="@string/title_activity_main">
<intent-filter >
<action android:name="anroid.intent.action.MAIN"></action>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
</application>

很是心烦,过了一天,又打开看时,突然发现android少了个d.想死的心都有了。

转载于:https://www.cnblogs.com/mafeng/p/4381859.html

你可能感兴趣的文章
UIWebView
查看>>
Codeforces 892E Envy
查看>>
【SAS NOTES】sas对中文的支持
查看>>
编译器与解释器
查看>>
升级tomcat7.0之后的问题
查看>>
浙大月赛C题(2012/8)Cinema in Akiba(线段树)
查看>>
4-3逻辑非运算符及案例 & 4-4
查看>>
mysqldump参数大全
查看>>
回首程序员4年时光
查看>>
Java流
查看>>
Stripies POJ - 1862
查看>>
用 git 同步 Colab 与 Gitlab、Github 之间的文件
查看>>
PAT-乙级-1042 字符统计
查看>>
中文词频统计
查看>>
【iCore3 双核心板】例程二十二:LAN_UDP实验——以太网数据传输
查看>>
百度第三方登录
查看>>
nginx限流&健康检查
查看>>
IBM软件OEM概览
查看>>
极光推送 api ios参数问题
查看>>
策略模式-Golang实现
查看>>