Android ADK 软件适用于 2.3.4 和 3.1+版本

发布于 2024-12-01 15:10:24 字数 267 浏览 2 评论 0原文

我制作了一个可在 Android 2.3.4 中运行的 ADK 应用程序,但我需要让它也适用于平板电脑。既然 API 发生了变化,我该如何管理呢?

例如,2.3.4 中的方法是 getAccessory,3.1 中的方法是 openAccessory

有什么建议吗?

I made an ADK app that works in Android 2.3.4, but I need to make it work with tablets as well. Since the API changes, how can I manage this?

For example in 2.3.4 the method is getAccessory and in 3.1 is openAccessory.

Any suggestions?

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

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

发布评论

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

评论(1

我不在是我 2024-12-08 15:10:24

据我所知,方法调用没有不同。只有包名称是。 3.1 还支持 com.android.future.usb 包中包含的 API,因此如果您也针对 3.1 中的 Google Add-on API 进行编译,则相同的应用程序应该可以运行。如果您需要更多指导,请告诉我。

As far as I know, the method calls are not different. Only the package names are. 3.1 also supports the APIs contained in the com.android.future.usb package, so if you compile against the Google Add-on APIs in 3.1 as well, the same application should work. Let me know if you need more guidance.

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