我发布的应用程序未出现在 2.1 市场中
有谁知道将您的应用程序放置在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.