Android 包和清单中的通用类

发布于 2024-10-16 00:15:10 字数 184 浏览 1 评论 0原文

我想在我的 android 包中有一个普通的类文件,它不是一个组件,但将被一个活动使用。这是允许的吗?如果需要,如何将其添加到清单中?

现在它不是我的清单的一部分,我在 Android 项目中收到“INSTALL_PARSE_FAILED_MANIFEST_MALFORMED”错误,不知道是否是因为这个通用类文件。

谢谢

I want to have a normal class file in my android package that is not a component but will be used by an activity. Is this allowed? How do I add this in the manifest if required?

Right now it is not part of my manifest and I am getting an 'INSTALL_PARSE_FAILED_MANIFEST_MALFORMED' error in my Android project and don't know if it's because of this generic class file.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

初雪 2024-10-23 00:15:10

这样可以吗?

是的。

如果需要,如何将其添加到清单中?

你没有把它放在清单中。

Is this allowed?

Yes.

How do I add this in the manifest if required?

You don't put it in the manifest.

铜锣湾横着走 2024-10-23 00:15:10

不需要添加到清单中。您可以根据需要拥有任意数量的“正常课程”(正常情况下,我认为这些课程不会扩展活动)。

安装过程中请仔细检查 LogCat 以检查问题所在。

It's not needed to add to the manifest. You can have as many "normal classes" as you wish (by normal i suppose that are classes that do not extend activity).

Take a lot at LogCat during install to check what the problem is.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文