Amazon Marketplace 应用程序因包含 Eclipse 设置文件而被拒绝

发布于 2024-12-16 17:46:12 字数 641 浏览 0 评论 0原文

我目前正在尝试将我的应用程序提交到亚马逊市场。今天我收到了来自应用测试团队的以下电子邮件:

由于以下原因,您最近提交的 RSS 警报正在等待处理:

我们在发布您的应用进行测试时遇到问题。您的 APK 中似乎包含以下文件:.settings/org.eclipse.core.resources.prefs 请删除此文件并重新提交您的 APK。

请更正我们在您提交的应用程序中发现的问题,以便我们继续努力将其发布到 Appstore。

问题是,我看不到 .settings 文件夹首先是如何进入 APK 构建的。它既没有列在我的 Android 设置中,也没有列在我的 Java 构建路径设置中。那么我哪里出了问题呢?

屏幕截图: 在此处输入图像描述 在此处输入图像描述 在此处输入图像描述 在此处输入图像描述

I'm currently trying to submit my app to the Amazon Marketplace. Today I received the following email from the App Testing team:

Your recent submission of RSS Alarm is pending due to the following reason(s):

We are having trouble publishing your app to test. Your APK appears to have the following file included in it: .settings/org.eclipse.core.resources.prefs Please remove this file and resubmit your APK.

Please correct the issue(s) we found with your app submission so we may continue working to get it in the Appstore.

Thing is, I can't see how the .settings folder made it into the APK build in the first place. It's not listed in either my Android settings nor my Java build path settings. So where am I going wrong with this?

Screenshots:
enter image description here
enter image description here
enter image description here
enter image description here

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

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

发布评论

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

评论(2

晨与橙与城 2024-12-23 17:46:12

由于在团队环境中工作,我养成了将应用程序源和资源保存在与工作区和项目设置不同的目录树中的习惯。例如:

/home/workspaces/projectname

/home/sources/projectname

我不知道这是否是您的确切问题,但我认为这可能有助于防止使用您的代码构建 Eclipse 元数据。

From working in a team environment I've made it a habit of keeping my application source and resources in a separate directory tree from my workspace and project settings. For example:

/home/workspaces/projectname

/home/sources/projectname

I don't know if this is your exact problem but I think it might help keep Eclipse meta-data from being built with your code.

亚希 2024-12-23 17:46:12

要解决此问题,请删除项目源文件夹 (lib.metadata.plugins\org.eclipse.core.runtime.settings) 中名为 org.eclipse.core.resources.prefs 的文件。

To solve this problem, delete the file named org.eclipse.core.resources.prefs in your project source folder (lib.metadata.plugins\org.eclipse.core.runtime.settings).

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