Android 2.0应用程序可以在其他智能手机上运行:Android

发布于 2024-10-11 05:40:43 字数 268 浏览 3 评论 0原文

例如,如果我们为 Android 2.0 构建一个应用程序,它是否可以在

  1. Droid Incredible

  2. Droid Global

  3. Droid Pro

  4. < 上运行p>Droid X

  5. 三星 Galaxy 平板电脑 (http://www.samsung.com/us/mobile/galaxy-tab ) 等平板电脑

For example, if we build an application for Android 2.0, will it work on

  1. Droid Incredible

  2. Droid Global

  3. Droid Pro

  4. Droid X

  5. Tablet PCs like Samsung Galaxy Tablet (http://www.samsung.com/us/mobile/galaxy-tab )

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

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

发布评论

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

评论(1

妥活 2024-10-18 05:40:43

一般来说,是的。

只要设备满足您在 AndroidManifest 中设置的 minSdkVersion,应用程序就可以在该设备上运行。如果您还设置了目标版本,则需要确保在使用较新的 SDK 功能时仅调用可用的方法(通过反射)。

特别是对于 Galaxy Tab,您应该查看他们的网站了解详细信息

In general, yes.

As long as the device meets the minSdkVersion you set in your AndroidManifest, the app can run on that device. If you also set a target version, you need to make sure you only call methods that are available (via reflection) when using newer SDK features.

For the Galaxy Tab specifically, you should check their site for details.

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