我发布的应用程序未出现在 2.1 市场中

发布于 2024-10-03 17:20:14 字数 87 浏览 4 评论 0原文

有谁知道将您的应用程序放置在 2.1 市场中的逐步设置吗?我的应用程序已经上市几天了,一些 2.1 用户说他们找不到它。但它在 2.2 中显示。有人可以帮忙吗?

Does anyone know the step by step settings to put your app so it can show up in the 2.1 market? My app has been in the market for a few days, and a couple 2.1 users says that they cannot find it. It shows in the 2.2 though. Can someone help?

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

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

发布评论

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

评论(1

一口甜 2024-10-10 17:20:14

minSdkVersion="8" 告诉 Android 您的应用程序需要 sdk 版本 8,即 Android 2.2。如果您想让您的应用程序在较低版本的Android上运行,您需要将minSdk更改为适当的值。如果是 2.1,则为 7。

minSdkVersion="8" tells Android that your app requires sdk version 8, which is Android 2.2. If you want to allow your app to run on lower versions of Android, you need to change the minSdk to the appropriate value. In the case of 2.1, that would be 7.

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