Amazon Marketplace 应用程序因包含 Eclipse 设置文件而被拒绝
我目前正在尝试将我的应用程序提交到亚马逊市场。今天我收到了来自应用测试团队的以下电子邮件:
由于以下原因,您最近提交的 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:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
由于在团队环境中工作,我养成了将应用程序源和资源保存在与工作区和项目设置不同的目录树中的习惯。例如:
我不知道这是否是您的确切问题,但我认为这可能有助于防止使用您的代码构建 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:
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.
要解决此问题,请删除项目源文件夹 (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).