Android Honeycomb 选择正确的 API 作为目标

发布于 2024-12-14 09:39:40 字数 228 浏览 1 评论 0原文

有人发现针对 api 13 但将 minSDkVersion 设置为 11 时出现问题吗?我想为我的平板电脑应用程序使用最新、最好的 honeycomb api,但不想排除任何可能运行早期版本的 honeycomb 的平板电脑。当然,我将使用模拟器测试 API 11 和 12。

我提出这个问题是因为我的清单中发现警告“属性 minSdkVersion (11) 低于项目目标 API 级别 (13)”。

谢谢

Does anyone see a problem targeting api 13 but setting the minSDkVersion to 11? I want to use the latest and greatest honeycomb api for my tablet app but don't want to exclude any tablets that may be running the earlier version of honeycomb. Of course I'll test API 11 and 12 using the emulator.

I bring up this question becuase of the warning found in my manifest "Attribute minSdkVersion (11) is lower than the project target API level (13)".

Thanks

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

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

发布评论

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

评论(1

只是偏爱你 2024-12-21 09:39:40

这意味着您的项目加载了版本 11 api。
右键单击项目->属性-> android

您是否使用针对版本 13 的任何特定功能?如果没有,则不需要 Targetsdk 版本。

It means that your project is loaded with version 11 api.
Right click on project- > properties -> android

Are you using any specific features targetted to version 13? if not, you don't need the targetsdk version.

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