如何在 Beagle board Eclair 中运行 Google 地图应用程序?

发布于 2024-10-22 07:29:40 字数 172 浏览 4 评论 0原文

我有一个在 Google AP1s 2.1 更新 API 级别 7 平台下创建的 Android Google 地图应用程序。当我将应用程序推送/复制到 Beagle Board(具有 Android 2.1 update1 API 级别 7)时,我在系统中看不到该应用程序/应用程序文件夹。为什么它会这样?我需要添加一些罐子吗?

I have an Android Google Maps application created under the platform Google AP1s 2.1 update API level 7. When I push/copy the application to Beagle Board (having Android 2.1 update1 API level 7), I can't see the application in the system/app folder. Why it is behaving like this?. Do I need to add some jar?

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

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

发布评论

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

评论(1

安稳善良 2024-10-29 07:29:40

您的 Beagle Board 没有安装此类应用程序所需的maps.jar。
与 Google APIS 2.1 目标相比,它的行为方式与您尝试将其安装在仅具有 Android 2.1 目标的模拟器上的情况相同。

我不熟悉 Beagle Board,但我相信应该可以从 Google 模拟器上的 system/framework 文件夹中提取 jar 并将其传输到 Beagle Board。

不过,您应该检查这是否符合 Google 许可协议的条款。由于 Beagle Board 是一种教育工具而不是商业产品,我想说它至少符合协议的精神。

Your Beagle Board won't have the maps.jar that's necessary for such an application to install.
It will behave in the same way as if you tried to install it on an emulator with just an Android 2.1 target compared to a Google APIS 2.1 target.

I'm not familiar with the Beagle Board but I believe it should be possible to pull the jar from the system/framework folder on a Google emulator and transfer it to the Beagle Board.

You should check that this is within the terms of the Google licence agreement though. As the Beagle Board is an educational tool and not a commercial product, I'd say it was at least within the spirit of the agreement.

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