Android Honeycomb 选择正确的 API 作为目标
有人发现针对 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这意味着您的项目加载了版本 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.