问题安装我的Andr​​oid应用 [英] Problem installing my Android apps

查看:76
本文介绍了问题安装我的Andr​​oid应用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我不知道发生了什么与我的应用程序。它从来没有发生过。 我看到这样的错误:

I don't know what is happening with my apps. It never happened before. I see errors like this:

[2011-04-10 11时53分22秒 - 火箭项目]安装错误:INSTALL_PARSE_FAILED_MANIFEST_MALFORMED

[2011-04-10 11:53:22 - Rocket Project] Installation error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED

[2011-04-10 11时53分22秒 - 火箭项目]请logcat的输出获取更多信息。

[2011-04-10 11:53:22 - Rocket Project] Please check logcat output for more details.

![2011-04-10 11点53分22秒 - 火箭项目]启动取消

[2011-04-10 11:53:22 - Rocket Project] Launch canceled!

我该如何解决此问题?

推荐答案

如果我没有记错,也有一些新行字符的清单。例如,你声明的新活动:

If i'm not mistaken, there are some "new line" characters in your Manifest. Example you declare new Activity:

<activity android:name=".Activities.AAWidget" android:theme="@android:style/Theme.Dialog"
    android:screenOrientation="portrait">

好了,如果是的话,尽量使所有这些声明仅在1号线:

Ok, if so, try to make all these declarations in only 1 line:

<activity android:name=".Activities.AAWidget" android:theme="@android:style/Theme.Dialog" android:screenOrientation="portrait">

这篇关于问题安装我的Andr​​oid应用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆